diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-08-08 14:36:20 +0000 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-08-08 14:36:20 +0000 |
commit | b612a47da0e0225332a59ab961206f84602ad629 (patch) | |
tree | 7e7b26df0466c4187b95e39faec4730a90c5b6df /app | |
parent | 14391151832e0fdd709c08d0d3f704b47b1d4e4e (diff) | |
parent | 64b56317173c64c6ed04fbf85c268f0bdb4be22a (diff) | |
download | gitlab-ce-b612a47da0e0225332a59ab961206f84602ad629.tar.gz |
Merge branch 'fly-out-min-width' into 'master'
Fix fly-out width when it has long items
See merge request !13371
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/new_sidebar.scss | 2 |
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; |