summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-09-08 16:54:03 +0100
committerPhil Hughes <me@iamphill.com>2017-09-08 16:54:03 +0100
commit8f224abeae89980dd8e790c2b4323ee02285ddbd (patch)
treea024c511e9863af2dd6e3fd33c39caf8ae29f75c /app/assets/stylesheets
parentaf930b83a097f4ab83e6361bc3c210462e507cd9 (diff)
downloadgitlab-ce-8f224abeae89980dd8e790c2b4323ee02285ddbd.tar.gz
Fixed changes bar jumping on merge requestschanges-tab-jumping
Closes #37589
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/diff.scss2
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;
}
}
}