Fix fly-out width when it has long items

This commit is contained in:
Phil Hughes 2017-08-08 12:15:03 +01:00
parent 0ec87b3bf0
commit 64b5631717
No known key found for this signature in database
GPG key ID: DB8CE4B3A3EE91AB

View file

@ -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;