Merge branch 'forms-action-padding-fix' into 'master'
Forms action padding fix The padding on the forms action is not adjusted based on screen width:  I added a media query for .forms-action at min-width: $screen-sm-min and moved the padding-left: 17% into it:  Full width padding remains as is:  As this is a purely css change, I don't believe it will break any tests. form-actions occur everywhere there are form actions. See merge request !280
Showing
Please register or sign in to comment