Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Kowalski <pavelloz@gmail.com>2016-06-24 01:24:44 +0300
committerLuke Bennett <lukeeeebennettplus@gmail.com>2016-08-28 21:57:38 +0300
commit53103b46bad3af64f1c1d081fb678c89f48d5160 (patch)
tree387741c069a4b82485a134a524ed61ddb429a15b /app/assets/stylesheets/framework/forms.scss
parent68b3c8c2973a8fe1ee3f51091394acef2a25789d (diff)
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;