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:
authorJacob Schatz <jschatz1@gmail.com>2016-04-11 19:12:28 +0300
committerJacob Schatz <jschatz1@gmail.com>2016-04-11 19:12:28 +0300
commit8b7ce2adc8fb622ad153dad9ccbc4c47cb699a20 (patch)
tree16f93e59afb7b98f87072bc6a0041122d0795687
parent23c155f0d4e3fb26c177f030fc9595b74f4c609e (diff)
parent831d1807df6d1d9f8213898614a24bea78208114 (diff)
Merge branch 'fix-revert-scroll' into 'master'
Fix scroll bars shown in Revert dialogue box ## What does this MR do? Eliminate scroll bars shown in Revert dialogue box, see the screenshots. ## Are there points in the code the reviewer needs to double check? N/A ## Why was this MR needed? Ugly scroll bars are shown in Revert dialogue box. ## What are the relevant issue numbers? N/A ## Screenshots ![Screen_Shot_2016-04-05_at_15.27.10](/uploads/428295858ada7cd2fcdf1e831c42f8ec/Screen_Shot_2016-04-05_at_15.27.10.png) See merge request !3532
-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 {