mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 04:49:36 -07:00
Fix overflow in track list/playlist
This commit is contained in:
parent
56472f8dd5
commit
b7c2e42190
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue