From a67109a06a60e39b3d75a4e728e94be23b159ce0 Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Wed, 9 Sep 2015 10:54:21 +0200 Subject: [PATCH] Prevented document name to go on multiple lines --- viewer.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/viewer.css b/viewer.css index c4db817..8e3c0a0 100644 --- a/viewer.css +++ b/viewer.css @@ -91,9 +91,12 @@ select { color: #F2F2F2; line-height: 14px; font-family: sans-serif; -} -#documentName { + font-size: 14px; + white-space: nowrap; + margin-right: 100px; /* To be adjusted if more icons to show */ + overflow: hidden; + text-overflow: ellipsis; } #toolbarContainer {