Skip to content

Commit ee4da3a

Browse files
committed
chore: sort classes
1 parent 2b4e431 commit ee4da3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Preview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const Preview: FC = () => {
2828
<Button variant="destructive">Reset form</Button>
2929
</div>
3030

31-
<div className="flex h-full w-full items-center justify-center rounded-xl border p-4">
31+
<div className="flex h-full w-full items-center justify-center overflow-x-clip rounded-xl border p-4">
3232
<div className="flex flex-col items-center justify-center gap-3">
3333
<div className="flex items-center justify-center rounded-[6px] bg-highlight-sky p-2">
3434
<ActivityIcon

0 commit comments

Comments
 (0)