From 2efe4cf640460b4446cb11380108d4fa1264cce8 Mon Sep 17 00:00:00 2001 From: Tom Giannattasio Date: Wed, 10 Oct 2012 13:04:44 -0400 Subject: [PATCH] added ellipsis text overflow in unit tree --- cms/static/sass/_unit.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/cms/static/sass/_unit.scss b/cms/static/sass/_unit.scss index b23e171772..f582cd95bb 100644 --- a/cms/static/sass/_unit.scss +++ b/cms/static/sass/_unit.scss @@ -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 {