summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages
diff options
context:
space:
mode:
authorP.S.V.R <pmq2001@gmail.com>2016-04-05 16:20:08 +0800
committerP.S.V.R <pmq2001@gmail.com>2016-04-05 16:20:08 +0800
commit831d1807df6d1d9f8213898614a24bea78208114 (patch)
treeabc7843fb08e6b6fb88279acff58410ba294dd09 /app/assets/stylesheets/pages
parent6bf4e9e75232be83995a09f3a83e47fd0103273f (diff)
downloadgitlab-ce-831d1807df6d1d9f8213898614a24bea78208114.tar.gz
Eliminate ugly scroll bars shown in modal boxes
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/help.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/help.scss b/app/assets/stylesheets/pages/help.scss
index bd224705f04..604f1700cf8 100644
--- a/app/assets/stylesheets/pages/help.scss
+++ b/app/assets/stylesheets/pages/help.scss
@@ -59,6 +59,9 @@
position: relative;
overflow-y: auto;
padding: 15px;
+ .form-actions {
+ margin: -$gl-padding+1;
+ }
}
body.modal-open {