Skip to content

Commit

Permalink
fix(form): dont display empty inline field labels
Browse files Browse the repository at this point in the history
  • Loading branch information
lubber-de committed Jun 21, 2024
1 parent a597623 commit 4e5a3d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/definitions/collections/form.less
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,10 @@
display: inline-block;
}

.ui.ui.ui.ui.form .inline.fields .field:not(.required) > label:empty {
display: none;
}

/*******************************
Variations
*******************************/
Expand Down

0 comments on commit 4e5a3d5

Please sign in to comment.