Add this code to the Custom CSS field on the Design tab of your Button widget’s settings:
[class*="ButtonBase__ButtonContainer"] {
align-self: flex-start;
}
Add this code to the Custom CSS field on the Design tab of your Button widget’s settings:
[class*="ButtonBase__ButtonContainer"] {
align-self: flex-start;
}
PERFECT thanks MAX