Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEtienne Prothon <prothonetienne@orange.fr>2017-05-23 12:36:57 +0300
committerEtienne Prothon <prothonetienne@orange.fr>2017-05-23 12:36:57 +0300
commitf86dd89dbbec4e1e7a2f192afb44edf7889cdaa4 (patch)
tree122f1054177369515f019e8c6e5658c0c700b507 /content
parentbc3eef814c07493093da0d21a0beee62ffaa56c1 (diff)
Update stylesheet.scss
When your screen is exactly 1600px you get doc-nav with 30% and has-toc with 50% + 25% so 105% and the doc nav menu is cut so start applying the rule after 1600px.
Diffstat (limited to 'content')
-rw-r--r--content/assets/stylesheets/stylesheet.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index f407eb89c..f5f15b3df 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -500,7 +500,7 @@ h6 code {
// wide enough to show quick nav and toc
-@media(min-width:1600px) {
+@media(min-width:1601px) {
.main.class.has-toc {
width: 50%;
margin-left: 25%;