- Fix text-overflow:ellipsis issues on messages list in FF7 and Webkit (#1488061)

release-0.7
alecpl 13 years ago
parent abd4771649
commit 5f129dd053

@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
- Fix text-overflow:ellipsis issues on messages list in FF7 and Webkit (#1488061)
- Fix setting title for truncated subject in IE (#1487128)
- Fix handling of links with IP address
- Fix compacting folder resets message list filter (#1488076)

@ -861,7 +861,6 @@ body.messagelist
#messagelist tbody tr td.subject a
{
cursor: default;
display: inline-block;
vertical-align: middle;
}

Loading…
Cancel
Save