diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-06-05 22:44:20 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-06-05 22:44:20 +0400 |
| commit | e2bf55b64e3329fd296fc661a145ffff9e34d203 (patch) | |
| tree | a97717ca6da251dc801f0c11304f57567d005a3c | |
| parent | d1692b4cf78f9a024617b90412ec2ebae9fb75ae (diff) | |
use text-overflow in floatingTitle
| -rw-r--r-- | css/cdm.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/cdm.css b/css/cdm.css index f85113818..830576dcb 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 { |