using the following bulma code
<div class="container">
<div class="field is-horizontal">
<label class="label">test</label>
<div class="control is-horizontal">
<input class="input" type="text" placeholder="" />
</div>
</div>
</div>
it doesn't vertically center the label with the input.
is there a bulma modifier to achieve this?
turns out you need to wrap your label in a field-label