FIX mobile display of long strings

This commit is contained in:
Hoernschen 2022-07-06 15:07:45 +02:00
parent f2e226324d
commit 4230ea5c16
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462

View file

@ -9,6 +9,7 @@ $font: {{ .Param "font" }};
* {
box-sizing: border-box;
word-break: break-word;
}
html {