Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wayjam/hugo-theme-mixedpaper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayJam So <imsuwj@gmail.com>2020-06-06 11:39:06 +0300
committerWayJam So <imsuwj@gmail.com>2020-06-06 11:39:06 +0300
commit5b54d559ce71fc0e0f429f8fdc170dfe3e72e3c2 (patch)
tree41f36c68f79814edf82dbe64ae5c0a5ca1eca6e9
parentc3f9fd7d19160f343b0c54dd9063396625882b8e (diff)
fix: linebreak at codeblock
-rw-r--r--assets/css/main.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/main.scss b/assets/css/main.scss
index 88cc624..fed9e38 100644
--- a/assets/css/main.scss
+++ b/assets/css/main.scss
@@ -610,6 +610,10 @@ body {
background-color: transparent;
border-radius: 0;
min-width: 300px;
+ white-space: pre;
+ overflow-wrap: normal;
+ word-break: normal;
+ overflow-x: initial;
}
}