From 3f08b3a35af0305adada893cbef48336aa7851fa Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 14 Dec 2012 08:33:33 +0100 Subject: Fix unwanted horizontal scrollbar in message preview header (#1488866) --- CHANGELOG | 1 + skins/larry/mail.css | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 840c34901..43ba0c2e4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ CHANGELOG Roundcube Webmail =========================== +- Fix unwanted horizontal scrollbar in message preview header (#1488866) - Fix handling of signatures on draft edit (#1488798) - Fix so compacting of non-empty folder is possible also when messages list is empty (#1488858) - Allow forwarding of multiple emails (#1486854) diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 12a2b7a82..57d968fb4 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -729,7 +729,7 @@ h2.subject { h3.subject { font-size: 14px; - margin: 0 8em 0 0; + margin: 0 12em 0 0; padding: 8px 8px 4px 8px; white-space: nowrap; overflow: hidden; @@ -938,7 +938,6 @@ div.hide-headers { position: absolute; top: 8px; right: 8px; - width: 20em; text-align: right; white-space: nowrap; } -- cgit v1.2.3