From 05bf0e367234b2697215078d1b34db2cb1b88c8d Mon Sep 17 00:00:00 2001 From: adb-sh Date: Wed, 21 Sep 2022 20:36:56 +0200 Subject: [PATCH] debug word-break --- src/.vuepress/theme/main.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/.vuepress/theme/main.scss b/src/.vuepress/theme/main.scss index 97dba6a..24d5b79 100644 --- a/src/.vuepress/theme/main.scss +++ b/src/.vuepress/theme/main.scss @@ -9,6 +9,8 @@ $dark-body-bg: #1f262b; html, body { background-color: $dark-body-bg; + line-break: loose; + word-break: break-word; } img {