Add min-width back for TreeView

In case someone sets the width to 0 and wonders where it went.
This commit is contained in:
Corey Johnson
2013-01-21 10:39:31 -08:00
parent a6dfabfe71
commit 9e5c7a77d5

View File

@@ -6,7 +6,7 @@
cursor: default;
-webkit-user-select: none;
border-right: 2px solid #191919;
width: 200px;
min-width: 100px;
z-index: 2;
}