Unverified Commit d4858b66 authored by Rob's avatar Rob Committed by GitHub

Merge pull request #1619 from ItsNickBarry/tree-view-flex-shrink

do not allow TreeView .caret_tv element to shrink
parents 832e6e6b 3f60b6cf
...@@ -21,6 +21,7 @@ var css = csjs` ...@@ -21,6 +21,7 @@ var css = csjs`
} }
.caret_tv { .caret_tv {
width: 10px; width: 10px;
flex-shrink: 0;
} }
.label_tv { .label_tv {
display: flex; display: flex;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment