diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-11-08 13:02:45 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-11-08 13:02:45 +0100 |
commit | ccc2ace07f2fbe8cd84d42e6bf2c48c8a9f0f4d5 (patch) | |
tree | 2467944935368927f9558e343b3f8c41ecce59d8 /skins/classic | |
parent | 677b6c518a6ff6850d0e6f1fa0add1778b721189 (diff) |
Adjust date column size to fit the widest possible date format (#1489368)
Diffstat (limited to 'skins/classic')
-rw-r--r-- | skins/classic/mail.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/classic/mail.css b/skins/classic/mail.css index dce49b36f..4f145368d 100644 --- a/skins/classic/mail.css +++ b/skins/classic/mail.css @@ -937,7 +937,7 @@ table.messagelist.fixedcopy .messagelist tr td.date { - width: 118px; + width: 135px; padding: 0 2px; } |