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:
committed by
Zoltán Hosszú
parent
2a17976f9c
commit
761fd8ccfb
@@ -29,6 +29,7 @@
|
||||
}
|
||||
|
||||
:where(ol, ul) {
|
||||
list-style: disc;
|
||||
padding-inline-start: 3ch;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user