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:
@@ -235,6 +235,11 @@ div#floatingTitle > * {
|
||||
vertical-align : middle;
|
||||
}
|
||||
|
||||
div#floatingTitle span.titleWrap {
|
||||
max-width : 200px;
|
||||
overflow : hidden;
|
||||
}
|
||||
|
||||
div#floatingTitle img {
|
||||
padding-right : 3px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user