Fix overflow in track list/playlist

This commit is contained in:
JonnyWong16 2020-10-06 21:24:35 -07:00
commit b7c2e42190
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -2107,7 +2107,7 @@ a:hover .item-children-poster {
}
.item-children-list-item-title {
display: inline-block;
/*width: calc(100% - 110px);*/
width: calc(100% - 125px);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;