diff --git a/frontend/src/components/Markdown/P.tsx b/frontend/src/components/Markdown/P.tsx index 22c81b85..55832980 100644 --- a/frontend/src/components/Markdown/P.tsx +++ b/frontend/src/components/Markdown/P.tsx @@ -57,7 +57,10 @@ export function MarkdownP({ children }: HTMLAttributes) { return (
&:first-child]:mt-0", className)} + className={clsx( + "mt-5 px-3 py-2 first:mt-0 [li>&:first-child]:mt-0", + className, + )} > {content} {remainingContent} @@ -66,7 +69,7 @@ export function MarkdownP({ children }: HTMLAttributes) { } return ( - + {children} );