Event editor: ellipsis overflow to attendees list

This commit is contained in:
Francis Lachapelle
2012-09-19 11:26:54 -04:00
parent bda87eba07
commit 85787e9559

View File

@@ -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