diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-05 17:58:21 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-05 17:58:21 +0000 |
| commit | 46fba1d1727b2cb075f2aa51422c595c75cc16e1 (patch) | |
| tree | ba77c9ed98853244722d9a4a8a9f4d2601626f65 | |
| parent | ef7aec432abe71ad2d8fda4cafd776f97c6e5928 (diff) | |
- fix messagelist subject column width in IE8
git-svn-id: https://svn.roundcube.net/trunk@2711 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index b86345f9a..fa5dba31b 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -656,6 +656,7 @@ body.messagelist { overflow: hidden; vertical-align: middle; + width: 99%; } #messagelist tr td.size |
