From 94b11361b5142246dfeaed70730d18933c02b32c Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Thu, 27 Jun 2013 16:55:15 -0400 Subject: [PATCH] Fix text-overflow --- 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 e2c7078..4f59495 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -1213,10 +1213,12 @@ #messagepartheader table td { text-overflow: ellipsis; + overflow: hidden; } #messagepartheader table td.title { - width: 60px; + width: 70px; + padding-right: 0: } -- Gitblit v1.9.1