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: ![Screen Shot 2015-01-05 at 9.48.30 PM](https://gitlab.com/uploads/cloudwindhk/gitlab-ce/09aa26807e/Screen_Shot_2015-01-05_at_9.48.30_PM.png) 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](https://gitlab.com/uploads/cloudwindhk/gitlab-ce/8bbd8eef8c/Screen_Shot_2015-01-05_at_9.48.35_PM.png) Full width padding remains as is: ![Screen Shot 2015-01-05 at 9.53.30 PM](https://gitlab.com/uploads/cloudwindhk/gitlab-ce/a6232959cb/Screen_Shot_2015-01-05_at_9.53.30_PM.png) 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