Set min-height on tree to 100%

This commit is contained in:
Kevin Sawicki
2013-04-16 15:30:33 -07:00
parent 807c6878c1
commit aa27b3d464

View File

@@ -29,6 +29,7 @@
.tree-view {
min-width: -webkit-min-content;
min-height: 100%;
@item-line-height: @line-height-base * 1.25;
@disclosure-arrow-size: 12px;
@icon-margin: @line-height-base / 4;