mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 13:15:55 +00:00
clamp content preview to single line in three panel mode
This commit is contained in:
@@ -584,6 +584,13 @@ div.autocomplete ul li {
|
|||||||
cursor : pointer;
|
cursor : pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hlTitle {
|
||||||
|
overflow : hidden;
|
||||||
|
white-space : nowrap;
|
||||||
|
max-width : 500px;
|
||||||
|
text-overflow : ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
.hlContentH a, .hlContentH span {
|
.hlContentH a, .hlContentH span {
|
||||||
color : #00cc00;
|
color : #00cc00;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user