Wikiki/bulma-switch

Vertical align

Opened this issue · 2 comments

I have this switches inside a horizontal form next to a text input and the vertical align for this switches are off. Can we center them vertically?

Hi,

can you please provide a codepen ? I'm not sure to really understand your issue (on this codepen https://codepen.io/CreativeBulma/pen/VRBepv switch is right aligned)

I had the same issue, but after adding is-horizontal to the field it worked:

<div class="field is-horizontal">
    <input>...
</div>