Skip to content

Commit 77c423f

Browse files
style(check): align content left
1 parent 0fde00a commit 77c423f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/input/check/CheckMultiple.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export function CheckMultiple(p: CheckMultipleProps) {
3838
"ring-offset-background",
3939
"rounded-md",
4040
"focus-within:ring-2 focus-within:ring-ring focus-within:ring-offset-2",
41-
"flex flex-col items-center justify-center gap-1", // layout
41+
"flex flex-col justify-center gap-1", // layout
4242
p.class,
4343
)}
4444
>

lib/input/check/CheckSingle.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export function CheckSingle(p: CheckSingleProps) {
3838
"ring-offset-background",
3939
"rounded-md",
4040
"focus-within:ring-2 focus-within:ring-ring focus-within:ring-offset-2",
41-
"flex flex-col items-center justify-center gap-1", // layout
41+
"flex flex-col justify-center gap-1", // layout
4242
p.class,
4343
)}
4444
>

0 commit comments

Comments
 (0)