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
{{ message }}
This repository has been archived by the owner on May 4, 2018. It is now read-only.
The gap between the label and the field, when the label is on the side of the field
The font styles of the form item label, including text alignment (left/right)
The gaps can be controlled with CSS custom properties.
I’m not 100% sure about the approach for the label, as it’s going to be slotted content. Should we target them with ::slotted(*) and apply correct font styles?
The default gap between columns should be 32px, and the default gap between the label and the field should be 16px.
The text was updated successfully, but these errors were encountered:
The things a theme can control in a form:
The gaps can be controlled with CSS custom properties.
I’m not 100% sure about the approach for the label, as it’s going to be slotted content. Should we target them with
::slotted(*)
and apply correct font styles?The default gap between columns should be 32px, and the default gap between the label and the field should be 16px.
The text was updated successfully, but these errors were encountered: