mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -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 {
|
||||
display: inline-block;
|
||||
/*width: calc(100% - 110px);*/
|
||||
width: calc(100% - 125px);
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue