Fix formatting
This commit is contained in:
@@ -177,7 +177,7 @@ export function Writer(props: {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Artifact title={props.title}>
|
<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>
|
</Artifact>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user