summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-08-08 12:15:03 +0100
committerPhil Hughes <me@iamphill.com>2017-08-08 12:15:03 +0100
commit64b56317173c64c6ed04fbf85c268f0bdb4be22a (patch)
tree3361e3b459c871a0abfd7a2150dc4cd328bc2862
parent0ec87b3bf0ac27af5f5fedf97d51c8b14b050f50 (diff)
downloadgitlab-ce-fly-out-min-width.tar.gz
Fix fly-out width when it has long itemsfly-out-min-width
-rw-r--r--app/assets/stylesheets/new_sidebar.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/new_sidebar.scss b/app/assets/stylesheets/new_sidebar.scss
index 76dccd2df56..609bc9a7dfc 100644
--- a/app/assets/stylesheets/new_sidebar.scss
+++ b/app/assets/stylesheets/new_sidebar.scss
@@ -229,7 +229,7 @@ $new-sidebar-collapsed-width: 50px;
position: fixed;
top: 0;
left: $new-sidebar-width;
- width: 150px;
+ min-width: 150px;
margin-top: -1px;
padding: 8px 1px;
background-color: $white-light;