summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/header.scss
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2016-11-30 23:27:58 -0600
committerMike Greiling <mike@pixelcog.com>2016-11-30 23:27:58 -0600
commit410cb1bf18edf17357babf6ae38e77012e187818 (patch)
treef1205d135c77e3ef20ce6e9350a9b558f8f17537 /app/assets/stylesheets/framework/header.scss
parent24e5a1e8db943be346b4f7f4fb49326ad0e5eb9e (diff)
downloadgitlab-ce-410cb1bf18edf17357babf6ae38e77012e187818.tar.gz
fix incorrect max-width media queries
Diffstat (limited to 'app/assets/stylesheets/framework/header.scss')
-rw-r--r--app/assets/stylesheets/framework/header.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index 16ecf466931..f9bcbbf2ca5 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -228,7 +228,7 @@ header {
}
.page-sidebar-pinned.right-sidebar-expanded {
- @media (max-width: $screen-lg-min) {
+ @media (max-width: $screen-md-max) {
.header-content .title {
width: 300px;
}