diff --git a/app/assets/stylesheets/rich-text-content.css b/app/assets/stylesheets/rich-text-content.css index 5a63f9eac..5a8ba3fd7 100644 --- a/app/assets/stylesheets/rich-text-content.css +++ b/app/assets/stylesheets/rich-text-content.css @@ -29,10 +29,17 @@ } ol, ul { - list-style: disc; padding-inline-start: 3ch; } + ol { + list-style: decimal; + } + + ul { + list-style: disc; + } + li:has(li) { list-style: none;