diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-12-14 08:33:33 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-12-14 08:35:46 +0100 |
commit | 3a0e4d915008df58e4f286bee50ff6d9fb61e957 (patch) | |
tree | c69516290c402ff7c94e8e1b40477eba569af057 /skins/larry | |
parent | 4163511314f54462e0786916bd8683f894fa1885 (diff) |
Fix unwanted horizontal scrollbar in message preview header (#1488866)
Conflicts:
CHANGELOG
skins/larry/mail.css
Diffstat (limited to 'skins/larry')
-rw-r--r-- | skins/larry/mail.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index e2702cff1..9eda4a3e5 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -717,7 +717,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; @@ -885,7 +885,6 @@ div.hide-headers { position: absolute; top: 8px; right: 8px; - width: 18em; text-align: right; white-space: nowrap; } |