From 4230ea5c168cd669e1b09ef2cdb617575ad90719 Mon Sep 17 00:00:00 2001 From: Hoernschen Date: Wed, 6 Jul 2022 15:07:45 +0200 Subject: [PATCH] FIX mobile display of long strings --- assets/scss/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/scss/index.scss b/assets/scss/index.scss index a74a120..f333a3b 100644 --- a/assets/scss/index.scss +++ b/assets/scss/index.scss @@ -9,6 +9,7 @@ $font: {{ .Param "font" }}; * { box-sizing: border-box; + word-break: break-word; } html {