From 727505b85d7874557354906f875dfbf4bd474bea Mon Sep 17 00:00:00 2001 From: Snuffleupagus Date: Thu, 27 Dec 2012 18:58:09 +0100 Subject: [PATCH] Add word wrap of text in the Outline view to avoid horizontal scrolling --- web/viewer.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/viewer.css b/web/viewer.css index 1e02f9816..91f4d51a0 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -975,8 +975,8 @@ a:focus > .thumbnail > .thumbnailSelectionRing, text-decoration: none; display: inline-block; min-width: 95%; - height: 20px; - padding: 2px 0 0 10px; + height: auto; + padding: 2px 0 5px 10px; margin-bottom: 1px; border-radius: 2px; color: hsla(0,0%,100%,.8); @@ -984,7 +984,7 @@ a:focus > .thumbnail > .thumbnailSelectionRing, line-height: 15px; -moz-user-select:none; cursor: default; - white-space: nowrap; + white-space: normal; } .outlineItem > a:hover {