mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
(preferences) fix word wrap
This commit is contained in:
parent
6375a62465
commit
f16273772e
1 changed files with 4 additions and 0 deletions
|
@ -339,3 +339,7 @@ img.thumbnail {
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pure-control-group label {
|
||||||
|
word-wrap: normal;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue