summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2016-03-11 22:58:14 +0000
committerJacob Schatz <jschatz1@gmail.com>2016-03-11 22:58:14 +0000
commit491d0ae1c306f60919f8048844a130d89e41f565 (patch)
treef7fff5660de519a213bbe19eb372a0e4c619de94
parentcb81c8a5efd54586a19cbeeb69c7572b58dc1a81 (diff)
parente932a4164f527e51567e4476eee51dbc4102cd7c (diff)
downloadgitlab-ce-491d0ae1c306f60919f8048844a130d89e41f565.tar.gz
Merge branch 'fix_responsive_layout_bug' into 'master'
Fix responsive bug top navigation Hi, I have found and fixed a minor layout bug (responsive) This is the situation before the fix: ![before](/uploads/55bf61a64fb49a763c5f8381bf46d390/before.png) And this is the situation after the fix: ![after](/uploads/33ba091156d404e52c41f134121c59f0/after.png) See merge request !3190
-rw-r--r--app/assets/stylesheets/framework/nav.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/nav.scss b/app/assets/stylesheets/framework/nav.scss
index 7de874c8bcd..b2fbc95e043 100644
--- a/app/assets/stylesheets/framework/nav.scss
+++ b/app/assets/stylesheets/framework/nav.scss
@@ -63,7 +63,7 @@
border-bottom: none;
/* Small devices (phones, tablets, 768px and lower) */
- @media (max-width: $screen-sm-min) {
+ @media (max-width: $screen-sm-max) {
width: 100%;
}
}