Thomas Bruederli
2013-06-27 94b11361b5142246dfeaed70730d18933c02b32c
Fix text-overflow
1 files modified
4 ■■■ changed files
skins/larry/mail.css 4 ●●● patch | view | raw | blame | history
skins/larry/mail.css
@@ -1213,10 +1213,12 @@
#messagepartheader table td {
    text-overflow: ellipsis;
    overflow: hidden;
}
#messagepartheader table td.title {
    width: 60px;
    width: 70px;
    padding-right: 0:
}