mirror of
https://github.com/koel/koel
synced 2024-11-10 14:44:13 +00:00
fix: overflow bug with playlist name
This commit is contained in:
parent
05c298ca2c
commit
1e38150f26
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue