Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <machniak@kolabsys.com>2018-06-12 10:07:27 +0300
committerAleksander Machniak <machniak@kolabsys.com>2018-06-12 10:08:41 +0300
commit0b05cf932885a22d1fd010734c2c75d981825b31 (patch)
treec5c87006ca6a59ffffcd3b1530e49ce5ef2d342f /skins
parent94da947855329c5062ec2a7098eb86fb675aac37 (diff)
Don't wrap attachment size (#6321)
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/mail.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index ff34fdf35..f15c9b358 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -971,6 +971,7 @@ div.message-partheaders .headers-table td.header {
#messagebody p.image-attachment .image-filesize {
padding-right: 1em;
+ white-space: nowrap;
}
#messagebody p.image-attachment .attachment-links a {