diff --git a/packages/ui/src/rich-editor.css b/packages/ui/src/rich-editor.css index 536bf6f15..7ddfe5518 100644 --- a/packages/ui/src/rich-editor.css +++ b/packages/ui/src/rich-editor.css @@ -19,21 +19,19 @@ h3 { @apply text-lg font-semibold mt-2; } ul { - @apply list-disc list-inside my-2; + @apply list-disc list-outside my-2 pl-4; li { - p { @apply inline-block my-0; } + p { @apply my-0; } } - li::marker { @apply mx-2!; } } ol { - @apply list-decimal list-inside my-2; + @apply list-decimal list-outside my-2 pl-4; li { p { @apply inline-block my-0; } } - li::marker { @apply mx-2!; } } a { @apply text-txt-info underline font-normal; }