mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Changed whitespace break behavior in the feed title
Needed to remove "display: -webkit-box", because "text-overflow: ellipsis" only works with "display: block".
This commit is contained in:
parent
d06b10dc75
commit
20096678ca
1 changed files with 1 additions and 1 deletions
|
@ -690,7 +690,7 @@ a img {
|
|||
text-overflow: ellipsis;
|
||||
-webkit-line-clamp: 1;
|
||||
-webkit-box-orient: vertical;
|
||||
display: -webkit-box;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.NB-feedlist .feed .NB-feedlist-manage-icon,
|
||||
|
|
Loading…
Add table
Reference in a new issue