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:
creiner 2017-11-18 12:53:59 +01:00 committed by GitHub
parent d06b10dc75
commit 20096678ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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