]> git.wh0rd.org - tt-rss.git/commitdiff
clamp content preview to single line in three panel mode
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 5 Jun 2013 18:49:38 +0000 (22:49 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 5 Jun 2013 18:49:38 +0000 (22:49 +0400)
css/tt-rss.css

index b1928bb489ab9b12c510fd7a7f83dde48234f2b3..944b7aa7ce3ee95f9f07d10629a6d81d68fbd8b9 100644 (file)
@@ -584,6 +584,13 @@ div.autocomplete ul li {
        cursor : pointer;
 }
 
+.hlTitle {
+       overflow : hidden;
+       white-space : nowrap;
+       max-width : 500px;
+       text-overflow : ellipsis;
+}
+
 .hlContentH a, .hlContentH span {
        color : #00cc00;
 }