mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-10 09:07:48 +01:00
Merge pull request #397 from dimqua/patch-1
(preferences) fix word wrap
This commit is contained in:
commit
1d6c763e92
1 changed files with 4 additions and 0 deletions
|
@ -343,3 +343,7 @@ img.thumbnail {
|
|||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.pure-control-group label {
|
||||
word-wrap: normal;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue