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:
authorPhil Hughes <me@iamphill.com>2017-09-08 18:54:03 +0300
committerPhil Hughes <me@iamphill.com>2017-09-08 18:54:03 +0300
commit8f224abeae89980dd8e790c2b4323ee02285ddbd (patch)
treea024c511e9863af2dd6e3fd33c39caf8ae29f75c /app/assets/stylesheets/pages/diff.scss
parentaf930b83a097f4ab83e6361bc3c210462e507cd9 (diff)
Fixed changes bar jumping on merge requests
Closes #37589
Diffstat (limited to 'app/assets/stylesheets/pages/diff.scss')
-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;
}
}
}