FIX mobile display of long strings
This commit is contained in:
parent
f2e226324d
commit
4230ea5c16
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ $font: {{ .Param "font" }};
|
|||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
html {
|
||||
|
|
Loading…
Reference in a new issue