summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-08-08 14:36:20 +0000
committerSimon Knox <psimyn@gmail.com>2017-08-09 14:46:01 +1000
commit69d9d2c3096f9a2c348e8f7a636092d4891d51b5 (patch)
treea586e01330a7cd697f25fb27c2110feab39c97cb
parent2c8cf897bac06c429985ff23057076dafb8de142 (diff)
downloadgitlab-ce-69d9d2c3096f9a2c348e8f7a636092d4891d51b5.tar.gz
Merge branch 'fly-out-min-width' into 'master'
Fix fly-out width when it has long items See merge request !13371
-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;