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:
authorMike Greiling <mike@pixelcog.com>2016-11-16 20:17:25 +0300
committerMike Greiling <mike@pixelcog.com>2016-12-01 00:22:43 +0300
commitb2137632203cda91b79763c33ac80c51e88ed010 (patch)
tree6d0d59204c418dfc722e54d0e0ba8bcd00cb6c0c /app/assets/stylesheets/pages/wiki.scss
parente069875e80117020eea5bfe1b06f1a5bf868ffc9 (diff)
prevent sidebar toggle from overlapping git access header on mobile
Diffstat (limited to 'app/assets/stylesheets/pages/wiki.scss')
-rw-r--r--app/assets/stylesheets/pages/wiki.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/wiki.scss b/app/assets/stylesheets/pages/wiki.scss
index 216b8ab3c7f..28b725be3d9 100644
--- a/app/assets/stylesheets/pages/wiki.scss
+++ b/app/assets/stylesheets/pages/wiki.scss
@@ -28,7 +28,7 @@
}
.git-access-header {
- padding: 16px 0 11px;
+ padding: 16px 40px 11px 0;
line-height: 28px;
font-size: 18px;
}