mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-04 17:07:22 +00:00
PlayerView: break a word once it is too long to fit on a line
This commit is contained in:
parent
393d15a64f
commit
6eb20f8db3
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