Fix text overflow on chrome
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 30 Nov 2009 22:55:38 +0000 (15:55 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 30 Nov 2009 23:04:21 +0000 (16:04 -0700)
imp/themes/screen.css

index 8a2117f..5e41af5 100644 (file)
@@ -223,6 +223,8 @@ span.trashImg {
 /* Style for div that fixes KHTML browsers. */
 .ohide {
     overflow: hidden;
+    text-overflow: ellipsis;
+    -o-text-overflow: ellipsis;
 }
 
 /* Style for HTML data iframe. */