diff options
author | thomascube <thomas@roundcube.net> | 2011-01-19 13:55:58 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-01-19 13:55:58 +0000 |
commit | 1c6c2c6dc2786d57e8c29de3fe83d70d09e71fd1 (patch) | |
tree | fec9ea403d26b6466402476ab0a886a87b783cda /skins/default/iehacks.css | |
parent | 4737e5ce237192abca8e267f5206d024f8c90b0e (diff) |
Fix randomly disappearing folders list in IE (#1487704)
Diffstat (limited to 'skins/default/iehacks.css')
-rw-r--r-- | skins/default/iehacks.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/skins/default/iehacks.css b/skins/default/iehacks.css index 4c0816ad8..b1adccc3c 100644 --- a/skins/default/iehacks.css +++ b/skins/default/iehacks.css @@ -237,6 +237,11 @@ table.records-table thead tr td margin-top: 2px; } +#directorylistbox div +{ + min-height: 0; +} + .contactfieldgroup legend { padding: 0 0 0.5em 0; |