New optional HTML/plaintext view icons in #messageheader mean thatwe 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 viewif a message has a very long subject line.
skins/larry/mail.css @@ -850,7 +850,7 @@ 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;