add word-break to all elements
This commit is contained in:
parent
973642048a
commit
5a2b4c0f1f
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ html {
|
|||
*::before,
|
||||
*::after {
|
||||
box-sizing: inherit;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue