mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 17:37:21 +00:00
PlayerView: break a word once it is too long to fit on a line
This commit is contained in:
parent
b4b40d9b69
commit
d9e8edb40b
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@
|
|||
flex-grow: 2;
|
||||
flex-direction: column;
|
||||
overflow-y: hidden;
|
||||
overflow-wrap: break-word;
|
||||
|
||||
border: var(--border-width) solid var(--main-color);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue