From: Andrew Dolgov Date: Wed, 5 Jun 2013 18:44:20 +0000 (+0400) Subject: use text-overflow in floatingTitle X-Git-Tag: 1.8~27 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=e2bf55b64e3329fd296fc661a145ffff9e34d203;p=tt-rss.git use text-overflow in floatingTitle --- diff --git a/css/cdm.css b/css/cdm.css index f8511381..830576dc 100644 --- a/css/cdm.css +++ b/css/cdm.css @@ -238,6 +238,7 @@ div#floatingTitle > * { div#floatingTitle span.titleWrap { max-width : 200px; overflow : hidden; + text-overflow : ellipsis; } div#floatingTitle img {