From e2bf55b64e3329fd296fc661a145ffff9e34d203 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 5 Jun 2013 22:44:20 +0400 Subject: [PATCH] use text-overflow in floatingTitle --- css/cdm.css | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.39.5