summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-12-14 08:33:33 +0100
committerAleksander Machniak <alec@alec.pl>2012-12-14 08:33:33 +0100
commit3f08b3a35af0305adada893cbef48336aa7851fa (patch)
tree0c51a0444120ae0ec49eee15ab47762fa3911bf0 /skins
parentf7136bd21705d8a9edd1110f8bf91dca759d2fb3 (diff)
Fix unwanted horizontal scrollbar in message preview header (#1488866)
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/mail.css3
1 files changed, 1 insertions, 2 deletions
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;
}