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