Skip to content

Commit 48f5c42

Browse files
committed
Fix formatting
1 parent 5bb1f47 commit 48f5c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ export function Writer(props: {
177177
</div>
178178

179179
<Artifact title={props.title}>
180-
<p className="whitespace-pre-wrap p-4">{props.content}</p>
180+
<p className="p-4 whitespace-pre-wrap">{props.content}</p>
181181
</Artifact>
182182
</>
183183
);

0 commit comments

Comments
 (0)