From 85787e955903be62b5b066e7a81184be6e3065c9 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 19 Sep 2012 11:26:54 -0400 Subject: [PATCH] Event editor: ellipsis overflow to attendees list --- UI/WebServerResources/UIxComponentEditor.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/UI/WebServerResources/UIxComponentEditor.css b/UI/WebServerResources/UIxComponentEditor.css index b7df83dc5..fd171a4e4 100644 --- a/UI/WebServerResources/UIxComponentEditor.css +++ b/UI/WebServerResources/UIxComponentEditor.css @@ -30,7 +30,9 @@ SPAN.content line-height: 2em; top: -.25em; left: 8em; - right: 1em; } + right: 1em; + text-overflow: ellipsis; + overflow: hidden; } SPAN.content > INPUT.textField, LABEL#commentArea textarea