fix: overflow bug with playlist name

This commit is contained in:
Phan An 2022-07-16 18:37:17 +02:00
parent 05c298ca2c
commit 1e38150f26
No known key found for this signature in database
GPG key ID: A81E4477F0BB6FDC

View file

@ -152,6 +152,7 @@ eventBus.on('LOAD_MAIN_CONTENT', (view: MainViewName, _playlist: Playlist): void
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
span {
pointer-events: none;