mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Put word-wrap in default.css
This commit is contained in:
parent
9180a19bf9
commit
7d3ecf7567
5 changed files with 12 additions and 7 deletions
|
@ -7,3 +7,8 @@
|
|||
padding-top: 1em;
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
div {
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue