We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1078c21 commit 19b0518Copy full SHA for 19b0518
src/client/Preview.tsx
@@ -204,7 +204,7 @@ export const Preview: FC = () => {
204
($errors.show && $errors.diagnostics.length > 0)
205
}
206
className={cn(
207
- "flex h-full w-full flex-col items-start gap-6 p-6 ",
+ "flex h-full w-full flex-col items-start gap-4 p-5 ",
208
($wasmState !== "loaded" ||
209
($errors.show && $errors.diagnostics.length > 0)) &&
210
"pointer-events-none",
0 commit comments