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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-09 20:24:59 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-09 20:24:59 +0300
commitdc40e2a9198194bf0bb10fdb64fa74cf2268cbd9 (patch)
tree080bf992cf41626cbf095ec59537bc5757c20f8d /app/assets/stylesheets/pages
parent780203dd7337d74e2ac651cdbb012c1c5d8c5375 (diff)
Fix broken layout on compare branches page
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/projects.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index c48f2d7f63c..68add42a637 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -1006,7 +1006,7 @@ pre.light-well {
margin-top: -20px;
@include media-breakpoint-up(sm) {
- margin-top: 0;
+ margin: 0 $gl-padding-8 0;
width: auto;
}
}