From: Andrew Dolgov Date: Wed, 5 Jun 2013 18:49:38 +0000 (+0400) Subject: clamp content preview to single line in three panel mode X-Git-Tag: 1.8~26 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=ffc21d2b5470c74ca34128a6948550a997d1043c;p=tt-rss.git clamp content preview to single line in three panel mode --- diff --git a/css/tt-rss.css b/css/tt-rss.css index b1928bb4..944b7aa7 100644 --- a/css/tt-rss.css +++ b/css/tt-rss.css @@ -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; }