diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2017-08-25 20:08:15 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2017-08-25 20:08:15 +0000 |
commit | 2be34630623711fc20ef8c101b5cef688f207cc1 (patch) | |
tree | 906fe3184af904608028cef8cc78397b1151446e | |
parent | fee93c1a0a6b7614e6076269ebd167e2a9cfbff3 (diff) | |
parent | 1275ca3899a1432ea76b4a0a60f44672dd681da6 (diff) | |
download | gitlab-ce-2be34630623711fc20ef8c101b5cef688f207cc1.tar.gz |
Merge branch 'fix-repo-scrollbar' into 'master'
Fix repo editor scrollbar
Closes #37020
See merge request !13823
-rw-r--r-- | app/assets/stylesheets/pages/repo.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss index 37971d6bd3a..1088eca5322 100644 --- a/app/assets/stylesheets/pages/repo.scss +++ b/app/assets/stylesheets/pages/repo.scss @@ -182,7 +182,6 @@ padding: 5px 10px; position: relative; border-top: 1px solid $white-normal; - margin-top: -5px; } #binary-viewer { |