diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-06-27 22:55:15 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-06-27 22:55:15 +0200 |
commit | 94b11361b5142246dfeaed70730d18933c02b32c (patch) | |
tree | 954251e60b1b692c6d9440e272296a9223414492 /skins/larry/mail.css | |
parent | eaf3832e40234f5e88644d2dcdd01cf8f8d7a67d (diff) |
Fix text-overflow
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index e2c707808..4f59495ae 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -1213,10 +1213,12 @@ div.message-partheaders .headers-table td.header { #messagepartheader table td { text-overflow: ellipsis; + overflow: hidden; } #messagepartheader table td.title { - width: 60px; + width: 70px; + padding-right: 0: } |