Skip to content

Commit

Permalink
stacked form inputs css (#1134)
Browse files Browse the repository at this point in the history
  • Loading branch information
gary149 authored Apr 29, 2022
1 parent 391edc4 commit 9180e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/packages/theme/src/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@tailwind utilities;

@layer components {
.gr-gap > * + * {
.gr-gap > *:not(.absolute) + * {
@apply mt-2;
}
.gr-form-gap > .form + .form {
Expand Down

0 comments on commit 9180e6c

Please sign in to comment.