From e562c72ec9e0ade6504bda00be4f6a0000dbd16b Mon Sep 17 00:00:00 2001 From: Zoltan Hosszu Date: Sat, 6 Dec 2025 17:58:01 +0100 Subject: [PATCH] Small visual tweak for indented list style --- app/assets/stylesheets/rich-text-content.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/rich-text-content.css b/app/assets/stylesheets/rich-text-content.css index fdb8224fc..c9877f4bf 100644 --- a/app/assets/stylesheets/rich-text-content.css +++ b/app/assets/stylesheets/rich-text-content.css @@ -34,6 +34,11 @@ :where(li:has(li)) { list-style: none; + + :where(ol, ul) { + margin: 0; + padding-inline-start: 2ch; + } } :where(b, strong, .lexxy-content__bold) {