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.
pull/197/head
David Carter 10 years ago
parent ba5c53e5c3
commit 776ddd6d85

@ -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;

Loading…
Cancel
Save