From 2afe453cd7184c1230bde19721df16948c1ee112 Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Sat, 06 Apr 2024 05:17:49 +0000
Subject: [PATCH] fix: wordwrap in (un)ordered list
---
assets/scss/partials/components/_post.scss | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/assets/scss/partials/components/_post.scss b/assets/scss/partials/components/_post.scss
index 3910d7c..34912d2 100644
--- a/assets/scss/partials/components/_post.scss
+++ b/assets/scss/partials/components/_post.scss
@@ -147,6 +147,7 @@
ol {
line-height: 1.9em;
font-weight: 400;
+ word-wrap: break-word;
}
img {
--
Gitblit v1.10.0