From: Andrew Dolgov Date: Wed, 5 Jun 2013 18:29:00 +0000 (+0400) Subject: limit floatingTitle width X-Git-Tag: 1.8~28 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d1692b4cf78f9a024617b90412ec2ebae9fb75ae;p=tt-rss.git limit floatingTitle width --- diff --git a/css/cdm.css b/css/cdm.css index 8b9693c3..f8511381 100644 --- a/css/cdm.css +++ b/css/cdm.css @@ -235,6 +235,11 @@ div#floatingTitle > * { vertical-align : middle; } +div#floatingTitle span.titleWrap { + max-width : 200px; + overflow : hidden; +} + div#floatingTitle img { padding-right : 3px; }