diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-11-18 15:32:20 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-11-18 15:32:20 +0000 |
| commit | 6fc55664818d6dc30f115c21a34b2a699eaa3a7d (patch) | |
| tree | e797a9fddde54c7871714eaf4cc1910dbd3978c8 /roundcubemail/skins/default | |
| parent | 0d8a302324a48dfa7fa2451df8acffa962f3e8b8 (diff) | |
Fixed minor bugs
git-svn-id: https://svn.roundcube.net/trunk@85 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 5a362c197..f429407dd 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/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; } |
