From 64b56317173c64c6ed04fbf85c268f0bdb4be22a Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Tue, 8 Aug 2017 12:15:03 +0100 Subject: Fix fly-out width when it has long items --- app/assets/stylesheets/new_sidebar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') 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; -- cgit v1.2.1