summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/forms.scss
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 /app/assets/stylesheets/framework/forms.scss
parent68b3c8c2973a8fe1ee3f51091394acef2a25789d (diff)
downloadgitlab-ce-53103b46bad3af64f1c1d081fb678c89f48d5160.tar.gz
Prevent .form-actions element from leaking out of the main container
Diffstat (limited to 'app/assets/stylesheets/framework/forms.scss')
-rw-r--r--app/assets/stylesheets/framework/forms.scss1
1 files changed, 0 insertions, 1 deletions
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;