diff --git a/frontend/src/app/globals.css b/frontend/src/app/globals.css index ad88586..067456f 100644 --- a/frontend/src/app/globals.css +++ b/frontend/src/app/globals.css @@ -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 { diff --git a/frontend/src/components/layout/LegalPageLayout.tsx b/frontend/src/components/layout/LegalPageLayout.tsx index 026645d..5e05400 100644 --- a/frontend/src/components/layout/LegalPageLayout.tsx +++ b/frontend/src/components/layout/LegalPageLayout.tsx @@ -127,12 +127,12 @@ export default function LegalPageLayout({ ), // Style lists ul: ({ children }) => ( -