Skip to content

Commit

Permalink
* form: fix horz form style.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Aug 14, 2024
1 parent bc65c78 commit 11ed426
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/form/src/style/form-horz.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
}

.form-horz .form-group {
@apply -flex -flex-row -items-start -relative -min-h-[32px] -flex-wrap -pl-[--form-horz-label-width] -min-w-0 -flex-grow;
@apply -flex -flex-row -items-start -relative -min-h-[32px] -flex-wrap -pl-[--form-horz-label-width] -min-w-0 -flex-none;
}
.form-horz .form-row .form-group {
@apply -flex-grow;
}
.form-horz .form-group[class^="w-"],
.form-horz .form-group[class*=" w-"] {
Expand Down

0 comments on commit 11ed426

Please sign in to comment.