Fix overflow in track list/playlist
This commit is contained in:
@@ -2107,7 +2107,7 @@ a:hover .item-children-poster {
|
|||||||
}
|
}
|
||||||
.item-children-list-item-title {
|
.item-children-list-item-title {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
/*width: calc(100% - 110px);*/
|
width: calc(100% - 125px);
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|||||||
Reference in New Issue
Block a user