From 61e2792ebdb8a9a974b2c31991cb57502e2d0820 Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Sat, 06 Apr 2024 05:24:56 +0000
Subject: [PATCH] fix: wordwrap in (un)ordered list (#497)

---
 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