Skip to content

Commit

Permalink
fix(form): only add whitespace labels within field groups
Browse files Browse the repository at this point in the history
  • Loading branch information
lubber-de committed Jun 21, 2024
1 parent 076e1f1 commit a597623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions/collections/form.less
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@
}

.ui.ui.ui.ui.form .fields:not(.required) > label:empty::after,
.ui.ui.ui.ui.form .field:not(.required) > label:empty::after {
.ui.ui.ui.ui.form .fields:not(.grouped):not(.inline) > .field:not(.required) > label:empty::after {
content: " ";
display: inline-block;
}
Expand Down

0 comments on commit a597623

Please sign in to comment.