Skip to content

Commit 19b0518

Browse files
committed
chore: minor styling
1 parent 1078c21 commit 19b0518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/Preview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ export const Preview: FC = () => {
204204
($errors.show && $errors.diagnostics.length > 0)
205205
}
206206
className={cn(
207-
"flex h-full w-full flex-col items-start gap-6 p-6 ",
207+
"flex h-full w-full flex-col items-start gap-4 p-5 ",
208208
($wasmState !== "loaded" ||
209209
($errors.show && $errors.diagnostics.length > 0)) &&
210210
"pointer-events-none",

0 commit comments

Comments
 (0)