From 776ddd6d85b884311ff0b17430241fae2e70544f Mon Sep 17 00:00:00 2001 From: David Carter Date: Mon, 9 Jun 2014 14:11:57 +0100 Subject: New optional HTML/plaintext view icons in #messageheader mean that we need wider CSS margin on the message subject. Otherwise a long subject line runs behind the extra icons. This shows up frequently with the threecol plugin installed: https://github.com/tofi86/Roundcube-Plugin-Threecol-Layout (I have submitted a pull request to make that work with 1.0.1) However you see the same problem with the standard mailbox view if a message has a very long subject line. --- skins/larry/mail.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skins') diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 2df5e2bc5..c67e049ea 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -850,7 +850,7 @@ h2.subject { h3.subject { font-size: 14px; - margin: 0 12em 0 0; + margin: 0 15em 0 0; padding: 8px 8px 4px 8px; white-space: nowrap; overflow: hidden; -- cgit v1.2.3