forked from mirrors/hugo-theme-terminal
add word-break to all elements
This commit is contained in:
@ -15,6 +15,7 @@ html {
|
||||
*::before,
|
||||
*::after {
|
||||
box-sizing: inherit;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
body {
|
||||
|
Reference in New Issue
Block a user