Fix overflow in track list/playlist

This commit is contained in:
JonnyWong16
2020-10-06 21:24:35 -07:00
parent 56472f8dd5
commit b7c2e42190

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;