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
These changes are required to implement the autoResponsive mode. This mode uses these properties within a CSS grid template that defines the entire layout rather than aspects for individual form items.
--vaadin-form-item-row-spacing
, introduce--vaadin-form-layout-row-spacing
--vaadin-form-item-label-width
, introduce--vaadin-form-layout-label-width
--vaadin-form-item-label-spacing
, introduce--vaadin-form-layout-label-spacing
These changes are required to implement the
autoResponsive
mode. This mode uses these properties within a CSS grid template that defines the entire layout rather than aspects for individual form items.Part of vaadin/platform#7172
The text was updated successfully, but these errors were encountered: