summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Kowalski <pavelloz@gmail.com>2016-06-24 00:24:44 +0200
committerLuke Bennett <lukeeeebennettplus@gmail.com>2016-08-28 19:57:38 +0100
commit53103b46bad3af64f1c1d081fb678c89f48d5160 (patch)
tree387741c069a4b82485a134a524ed61ddb429a15b
parent68b3c8c2973a8fe1ee3f51091394acef2a25789d (diff)
downloadgitlab-ce-53103b46bad3af64f1c1d081fb678c89f48d5160.tar.gz
Prevent .form-actions element from leaking out of the main container
-rw-r--r--CHANGELOG1
-rw-r--r--app/assets/stylesheets/framework/forms.scss1
2 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f4c850fe00c..c482469908a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -333,6 +333,7 @@ v 8.10.0
- Redirects back to issue after clicking login link
- Eager load award emoji on notes
- Allow to define manual actions/builds on Pipelines and Environments
+ - Fix leaking of submit buttons outside the width of a main container !18731
- Fix pagination when sorting by columns with lots of ties (like priority)
- The Markdown reference parsers now re-use query results to prevent running the same queries multiple times. !5020
- Updated project header design
diff --git a/app/assets/stylesheets/framework/forms.scss b/app/assets/stylesheets/framework/forms.scss
index 43d55661541..37ff7e22ed1 100644
--- a/app/assets/stylesheets/framework/forms.scss
+++ b/app/assets/stylesheets/framework/forms.scss
@@ -19,7 +19,6 @@ input[type='text'].danger {
}
.form-actions {
- margin: -$gl-padding;
margin-top: 0;
margin-bottom: -$gl-padding;
padding: $gl-padding;