fix(legal): align bullet list markers with list text
Use list-outside and left padding so ReactMarkdown and TipTap list items render markers beside text instead of on separate lines.
This commit is contained in:
@@ -127,11 +127,11 @@
|
||||
}
|
||||
|
||||
.ProseMirror ul {
|
||||
@apply list-disc list-inside my-3;
|
||||
@apply list-disc list-outside pl-6 my-3;
|
||||
}
|
||||
|
||||
.ProseMirror ol {
|
||||
@apply list-decimal list-inside my-3;
|
||||
@apply list-decimal list-outside pl-6 my-3;
|
||||
}
|
||||
|
||||
.ProseMirror li {
|
||||
|
||||
Reference in New Issue
Block a user