Feed titles should break on a letter, not a word (and not at all).

This commit is contained in:
Samuel Clay 2021-03-26 16:19:34 -04:00
parent cdae1d5c2b
commit f9da04ed09

View file

@ -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,