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
It's a bug that doesn't tie to a specific bowser. It can be reproduce with chrome or firefox.
Overview of the problem
This is about the Bulma CSS framework
Description
When creating a form field that has an addons, the controls are put on the same line as the label itself, even if the labels of this form are supposed to be one line upper.
Steps to Reproduce
<form class="form">
<div class ="field has-addons">
<label class ="label">Requested amount</label>
<p class="control">
<span class="select">
<select>
<option>$</option>
<option>£</option>
<option>€</option>
</select>
</span>
</p>
<p class="control">
<input class="input" type="text" placeholder="Amount of money">
</p>
<p class="control">
<button class="button">
Transfer
</button>
</p>
</div>
</form>
Expected behavior
label should be on a distinct line than the inputs by them self
Actual behavior
The text was updated successfully, but these errors were encountered:
This is about Bulma | the Docs.
It's a bug that doesn't tie to a specific bowser. It can be reproduce with chrome or firefox.
Overview of the problem
This is about the Bulma CSS framework
Description
When creating a form field that has an addons, the controls are put on the same line as the label itself, even if the labels of this form are supposed to be one line upper.
Steps to Reproduce
Expected behavior
label should be on a distinct line than the inputs by them self
Actual behavior
The text was updated successfully, but these errors were encountered: