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
This is about Bulma. It is a feature request about a behavior that could be considered a bug.
Overview of the problem
This is about the Bulma CSS framework
I'm using Bulma version 1.0.2
I am sure this issue is not a duplicate.
Description
The top spacing of the help after nested fields within a field should be identical to the spacing under a control.
Steps to Reproduce
Full example
<divclass="field"><labelclass="label">Numéro de téléphone</label><divclass="control"><inputclass="input" type="tel" placeholder="Numéro de téléphone" />
</div><pclass="help">Si votre numéro n'est pas un numéro français (+33), précisez l'indicatif. Celui-ci est uniquement utilisé pour la livraison.</p></div><divclass="field"><labelclass="label">Dimensions</label><divclass="field is-grouped"><divclass="control is-expanded"><divclass="field has-addons"><divclass="control"><aclass="button is-static">
Hauteur
</a></div><divclass="control is-expanded"><inputclass="input" type="text" value="56" />
</div><divclass="control"><aclass="button is-static">
mm
</a></div></div></div><divclass="control is-expanded"><divclass="field has-addons"><divclass="control"><aclass="button is-static">
Largeur
</a></div><divclass="control is-expanded"><inputclass="input" type="text" value="56" />
</div><divclass="control"><aclass="button is-static">
mm
</a></div></div></div><divclass="control is-expanded"><divclass="field has-addons"><divclass="control"><aclass="button is-static">
Longueur
</a></div><divclass="control is-expanded"><inputclass="input" type="text" value="56" />
</div><divclass="control"><aclass="button is-static">
mm
</a></div></div></div></div><pclass="help">Les valeurs des trois champs sont liées: lorsque l'une est changée, les autres sont recalculées.</p></div>
Expected behavior
The top spacing of the help after nested fields within a field should be identical to the spacing under a control. This is because these nested fields are meant (IMO) as helpers (for has-addons or is-grouped) and not as spacers in that case.
Actual behavior
The top spacing of the help after nested fields within a field is currently the one after any field.
This is about Bulma. It is a feature request about a behavior that could be considered a bug.
Overview of the problem
This is about the Bulma CSS framework
I'm using Bulma version 1.0.2
I am sure this issue is not a duplicate.
Description
The top spacing of the
help
after nestedfield
s within afield
should be identical to the spacing under acontrol
.Steps to Reproduce
Full example
Expected behavior
The top spacing of the
help
after nestedfield
s within afield
should be identical to the spacing under acontrol
. This is because these nestedfield
s are meant (IMO) as helpers (forhas-addons
oris-grouped
) and not as spacers in that case.Actual behavior
The top spacing of the
help
after nestedfield
s within afield
is currently the one after anyfield
.Fix
(actually not tested...)
The text was updated successfully, but these errors were encountered: