diff options
author | thomascube <thomas@roundcube.net> | 2005-11-18 15:32:20 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2005-11-18 15:32:20 +0000 |
commit | 4b0f65a597c8339b513bc44e16a95f3803c26369 (patch) | |
tree | 7a31af7e9ccd4d87f98853ad09447f6d25a8eba8 /skins | |
parent | 0cbc094164c8a0fa3543e07105e06c129f679805 (diff) |
Fixed minor bugs
Diffstat (limited to 'skins')
-rw-r--r-- | skins/default/mail.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index 5a362c197..f429407dd 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -339,8 +339,9 @@ body.messagelist padding: 2px; padding-right: 4px; font-size: 11px; - overflow: hidden; + overflow: hidden; white-space: nowrap; + text-overflow: ellipsis; border-bottom: 1px solid #EBEBEB; cursor: pointer; } |