From 74c70b650e8f8196d797f042aef71972f30e0be1 Mon Sep 17 00:00:00 2001
From: alexisben <alex@noesya.coop>
Date: Fri, 10 Mar 2023 12:05:43 +0100
Subject: [PATCH] fix rich text

---
 assets/sass/_theme/design-system/typography.sass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assets/sass/_theme/design-system/typography.sass b/assets/sass/_theme/design-system/typography.sass
index d80a093d..1235bd7f 100644
--- a/assets/sass/_theme/design-system/typography.sass
+++ b/assets/sass/_theme/design-system/typography.sass
@@ -159,7 +159,7 @@ small, .small
 
 @mixin rich-text
     word-break: break-word
-    h1, h2, h3, h4, h5, h6, p
+    h1, h2, h3, h4, h5, h6, p, ul
         margin-top: 2em
         &:first-child, meta + &
             margin-top: 0
-- 
GitLab