diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-09-12 11:25:42 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-09-12 11:25:42 +0200 |
commit | 44cb96ad6f75eb4a666067c062e8618b3f35fb60 (patch) | |
tree | a057953f63e65568b11771675d02f492d609c880 /skins/classic | |
parent | 7c494b677f9e470ee0d32e62cfa8dc709f39e748 (diff) |
Fix attachment icon issue when rare font/language is used (#1489326)
Diffstat (limited to 'skins/classic')
-rw-r--r-- | skins/classic/mail.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/classic/mail.css b/skins/classic/mail.css index b8cc9f351..f712069be 100644 --- a/skins/classic/mail.css +++ b/skins/classic/mail.css @@ -1592,6 +1592,7 @@ input.from_address #compose-attachments ul li { height: 18px; + line-height: 16px; font-size: 11px; padding-left: 2px; padding-top: 2px; |