You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current checkbox implementation has an invisible label which causes the form to add an ugly extra margin
The "real" label is placed right next to the input field, and thatswhy the normal label is not needed. In the code the label is cleared (empty block), but the div around will still be there.
I will upload a PR shortly that should be linked by github itself.
The text was updated successfully, but these errors were encountered:
This is definitely an issue for me too. I'm trying to write a plugin to integrate forms with Bootstrap 5 and I've pretty much had to rewrite the field layout template to hide the label if the label block is empty. It's worse with bootstrap as the label is 24px high even when empty.
The current checkbox implementation has an invisible label which causes the form to add an ugly extra margin
The "real" label is placed right next to the input field, and thatswhy the normal label is not needed. In the code the label is cleared (empty block), but the div around will still be there.
I will upload a PR shortly that should be linked by github itself.
The text was updated successfully, but these errors were encountered: