Make list style same for every indentation

Adds 'list-style: disc' to ordered and unordered lists in rich-text-content.css to ensure consistent bullet styling.
This commit is contained in:
Zoltan Hosszu
2025-12-11 18:09:06 +01:00
committed by Zoltán Hosszú
parent 2a17976f9c
commit 761fd8ccfb
@@ -29,6 +29,7 @@
}
:where(ol, ul) {
list-style: disc;
padding-inline-start: 3ch;
}