diff options
author | Phil Hughes <me@iamphill.com> | 2017-09-08 16:54:03 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-09-08 16:54:03 +0100 |
commit | 8f224abeae89980dd8e790c2b4323ee02285ddbd (patch) | |
tree | a024c511e9863af2dd6e3fd33c39caf8ae29f75c /app | |
parent | af930b83a097f4ab83e6361bc3c210462e507cd9 (diff) | |
download | gitlab-ce-8f224abeae89980dd8e790c2b4323ee02285ddbd.tar.gz |
Fixed changes bar jumping on merge requestschanges-tab-jumping
Closes #37589
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/pages/diff.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss index a7acaf6c728..54c3c0173ae 100644 --- a/app/assets/stylesheets/pages/diff.scss +++ b/app/assets/stylesheets/pages/diff.scss @@ -608,7 +608,7 @@ + .files, + .alert { - margin-top: 30px; + margin-top: 32px; } } } |