mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-15 06:26:21 +00:00
use break-word as a default rule
This commit is contained in:
parent
3ebbead33d
commit
74fc105304
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@
|
|||
background: none;
|
||||
box-shadow: none;
|
||||
overflow: hidden;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
html, body, :global(#app) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue