summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-06-27 22:55:15 +0200
committerThomas Bruederli <thomas@roundcube.net>2013-06-27 22:55:15 +0200
commit94b11361b5142246dfeaed70730d18933c02b32c (patch)
tree954251e60b1b692c6d9440e272296a9223414492 /skins
parenteaf3832e40234f5e88644d2dcdd01cf8f8d7a67d (diff)
Fix text-overflow
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/mail.css4
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:
}