From 4ffb8362d559f5ef982c0c6649e2d3da4f2034d3 Mon Sep 17 00:00:00 2001 From: FlorianEisenmenger Date: Wed, 28 Jan 2026 11:07:44 +0100 Subject: [PATCH] richtext --- gfi-ihk-2024/stories/_global/gfi-styles/_richtext.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gfi-ihk-2024/stories/_global/gfi-styles/_richtext.scss b/gfi-ihk-2024/stories/_global/gfi-styles/_richtext.scss index d6ac4d7..a56f93e 100644 --- a/gfi-ihk-2024/stories/_global/gfi-styles/_richtext.scss +++ b/gfi-ihk-2024/stories/_global/gfi-styles/_richtext.scss @@ -1,6 +1,7 @@ @charset "UTF-8"; .richtext { + :not(.infobox) { ul, ol { margin: 1em 0 1.5em; padding: 0; @@ -269,7 +270,7 @@ .detail-text { overflow-x: hidden; } - + } }