mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-21 05:45:13 +00:00
Feed titles should break on a letter, not a word (and not at all).
This commit is contained in:
parent
cdae1d5c2b
commit
f9da04ed09
1 changed files with 1 additions and 1 deletions
|
@ -740,7 +740,7 @@ hr {
|
|||
-webkit-line-clamp: 1;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.NB-feedlist .feed .NB-feedlist-manage-icon,
|
||||
|
|
Loading…
Add table
Reference in a new issue