Skip to content

Commit f756899

Browse files
authored
fix #1775 - h-full for wrapped input (#1779)
1 parent f6f5f19 commit f756899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/forms/input-field/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export const input = tv({
9494
false: { base: "rounded-lg", input: "rounded-lg" },
9595
true: {
9696
base: "first:rounded-s-lg last:rounded-e-lg not-first:-ms-px group",
97-
input: "group-first:rounded-s-lg group-last:rounded-e-lg group-not-first:-ms-px"
97+
input: "group-first:rounded-s-lg group-last:rounded-e-lg group-not-first:-ms-px h-full"
9898
}
9999
}
100100
},

0 commit comments

Comments
 (0)