Skip to content

Forms action padding fix

Wanfung Lee requested to merge (removed):forms-action-padding-fix into master

The padding on the forms action is not adjusted based on screen width:

Screen Shot 2015-01-05 at 9.48.30 PM

I added a media query for .forms-action at min-width: $screen-sm-min and moved the padding-left: 17% into it:

Screen Shot 2015-01-05 at 9.48.35 PM

Full width padding remains as is:

Screen Shot 2015-01-05 at 9.53.30 PM

As this is a purely css change, I don't believe it will break any tests. form-actions occur everywhere there are form actions.

Merge request reports