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
Horizontal fields' labels do not line up with checkboxes and radio controls. This is because all .field-labels have the .is-normal class which should only be used for .inputs or .buttons according to Bulma's documentation. I can't see any way to remove the .is-normal class using Buefy.
Horizontal field with radios and checkboxes
Horizontal field with an input
Steps to reproduce
Create a horizontal field with a label and put a radio or checkbox in it;
Overview of the problem
Buefy version: [0.6.6]
Vuejs version: [2.5.16]
OS/Browser: Solus(Linux) / Chrome
Description
Horizontal fields' labels do not line up with checkboxes and radio controls. This is because all
.field-label
s have the.is-normal
class which should only be used for.inputs
or.buttons
according to Bulma's documentation. I can't see any way to remove the.is-normal
class using Buefy.Horizontal field with radios and checkboxes
Horizontal field with an input
Steps to reproduce
Create a horizontal field with a label and put a radio or checkbox in it;
Expected behavior
The field label lines up with the control.
Actual behavior
The field label does not line up with the control.
The text was updated successfully, but these errors were encountered: