added ellipsis text overflow in unit tree

This commit is contained in:
Tom Giannattasio
2012-10-10 13:04:44 -04:00
parent f98963aa8b
commit 2efe4cf640

View File

@@ -379,12 +379,25 @@
@include box-shadow(none);
}
.draft-tag,
.hidden-tag,
.private-tag,
.has-new-draft-tag {
font-size: 8px;
}
.window-contents > ol {
@include tree-view;
.section-item {
display: inline-block;
width: 100%;
font-size: 11px;
padding: 2px 8px 4px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
@include box-sizing(border-box);
}
ol {