summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2016-12-22 17:22:27 -0600
committerMike Greiling <mike@pixelcog.com>2016-12-28 14:54:06 -0600
commitba2bbd4bf8011d31dd79355115f4b23330157c0e (patch)
treebc8a01137650665466e0ca443403024d6f580939
parent36d6af4307c0863a43fbdfd291d6b8cd49169ecd (diff)
downloadgitlab-ce-ba2bbd4bf8011d31dd79355115f4b23330157c0e.tar.gz
fix mobile view for branch index header
-rw-r--r--app/assets/stylesheets/framework/nav.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/nav.scss b/app/assets/stylesheets/framework/nav.scss
index 4f84bc37f90..e8314872822 100644
--- a/app/assets/stylesheets/framework/nav.scss
+++ b/app/assets/stylesheets/framework/nav.scss
@@ -256,6 +256,10 @@
.nav-text,
.nav-controls {
width: auto;
+
+ @media (max-width: $screen-xs-max) {
+ width: 100%;
+ }
}
}