summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2016-11-29 19:58:03 -0600
committerMike Greiling <mike@pixelcog.com>2016-11-30 15:22:43 -0600
commitd42e7f23b2cde8991ab8f617335abc19eec4e906 (patch)
tree0365d26abe52dd4ca9af4499c24312bb2d265297 /app/assets
parentbf587cb5c0bbc8d99809d7195a17f96d6c3a1a80 (diff)
downloadgitlab-ce-d42e7f23b2cde8991ab8f617335abc19eec4e906.tar.gz
fix media query off-by-1 pixel error
Diffstat (limited to 'app/assets')
-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 1839ffa0976..98f72e58c23 100644
--- a/app/assets/stylesheets/framework/nav.scss
+++ b/app/assets/stylesheets/framework/nav.scss
@@ -123,7 +123,7 @@
line-height: 28px;
/* Small devices (phones, tablets, 768px and lower) */
- @media (max-width: $screen-sm-min) {
+ @media (max-width: $screen-xs-max) {
width: 100%;
}
}