mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Add min-width back for TreeView
In case someone sets the width to 0 and wonders where it went.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
cursor: default;
|
||||
-webkit-user-select: none;
|
||||
border-right: 2px solid #191919;
|
||||
width: 200px;
|
||||
min-width: 100px;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user