bulma-extensions
bulma-extensions copied to clipboard
Checkradio - multiline label doesn't fit
It doesn't fit because the <label>
has some margin
and padding-left
. To fix it, the parent <div class="field">
should have padding-right
that matches <label>
's padding and margin.