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 2b4e431 commit ee4da3aCopy full SHA for ee4da3a
src/Preview.tsx
@@ -28,7 +28,7 @@ export const Preview: FC = () => {
28
<Button variant="destructive">Reset form</Button>
29
</div>
30
31
- <div className="flex h-full w-full items-center justify-center rounded-xl border p-4">
+ <div className="flex h-full w-full items-center justify-center overflow-x-clip rounded-xl border p-4">
32
<div className="flex flex-col items-center justify-center gap-3">
33
<div className="flex items-center justify-center rounded-[6px] bg-highlight-sky p-2">
34
<ActivityIcon
0 commit comments