diff options
author | Mike Greiling <mike@pixelcog.com> | 2016-12-22 17:22:27 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2016-12-28 14:54:06 -0600 |
commit | ba2bbd4bf8011d31dd79355115f4b23330157c0e (patch) | |
tree | bc8a01137650665466e0ca443403024d6f580939 /app/assets | |
parent | 36d6af4307c0863a43fbdfd291d6b8cd49169ecd (diff) | |
download | gitlab-ce-ba2bbd4bf8011d31dd79355115f4b23330157c0e.tar.gz |
fix mobile view for branch index header
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/framework/nav.scss | 4 |
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%; + } } } |