diff options
author | Mike Greiling <mike@pixelcog.com> | 2016-11-29 19:33:29 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2016-11-30 15:22:43 -0600 |
commit | 9918be8fc885600d21ae6a5020e6288e8e341f21 (patch) | |
tree | 44f72b15ab363b87132269de1a0a41665a5e3184 /app | |
parent | d5b4b026339fcc3f0deecb4d713b3066c8c69c71 (diff) | |
download | gitlab-ce-9918be8fc885600d21ae6a5020e6288e8e341f21.tar.gz |
prevent nav control buttons from wrapping awkwardly when they overflow
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/pages/wiki.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/wiki.scss b/app/assets/stylesheets/pages/wiki.scss index 28b725be3d9..df16ad1600c 100644 --- a/app/assets/stylesheets/pages/wiki.scss +++ b/app/assets/stylesheets/pages/wiki.scss @@ -51,6 +51,12 @@ .git-clone-holder { width: 480px; } + + .nav-controls { + width: auto; + min-width: 50%; + white-space: nowrap; + } } @media (min-width: $screen-md-min) { |