Fix formatting

This commit is contained in:
Tat Dat Duong
2025-05-01 17:55:52 +02:00
parent 5bb1f47fea
commit 48f5c4214e

View File

@@ -177,7 +177,7 @@ export function Writer(props: {
</div>
<Artifact title={props.title}>
<p className="whitespace-pre-wrap p-4">{props.content}</p>
<p className="p-4 whitespace-pre-wrap">{props.content}</p>
</Artifact>
</>
);