1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 04:59:15 +00:00

use text-overflow in floatingTitle

This commit is contained in:
Andrew Dolgov
2013-06-05 22:44:20 +04:00
parent d1692b4cf7
commit e2bf55b64e

View File

@@ -238,6 +238,7 @@ div#floatingTitle > * {
div#floatingTitle span.titleWrap {
max-width : 200px;
overflow : hidden;
text-overflow : ellipsis;
}
div#floatingTitle img {