Skip to content

Commit

Permalink
Fix checkbox label margin
Browse files Browse the repository at this point in the history
  • Loading branch information
arildm committed Jan 17, 2024
1 parent e4afcc2 commit ca45fb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ select {
.formkit-message {
@apply text-red-600;
}
[data-type="radio"] .formkit-inner {
[data-type="radio"] .formkit-inner,
[data-type="checkbox"] .formkit-inner
{
@apply inline-block mr-2;
}
[data-type="radio"] .formkit-legend {
Expand Down

0 comments on commit ca45fb9

Please sign in to comment.