1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 15:41:28 +00:00

limit floatingTitle width

This commit is contained in:
Andrew Dolgov
2013-06-05 22:29:00 +04:00
parent 08820be70b
commit d1692b4cf7

View File

@@ -235,6 +235,11 @@ div#floatingTitle > * {
vertical-align : middle;
}
div#floatingTitle span.titleWrap {
max-width : 200px;
overflow : hidden;
}
div#floatingTitle img {
padding-right : 3px;
}