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 Dec 8, 2022. It is now read-only.
Since sky-column elements wrap within a sky-row, you should be able to use sky-form-group for fields within sky-column elements so that they have the proper margins between each field.
Actual behavior
sky-row currently has a bottom margin which will cause the margin from sky-form-group and sky-row to stack and create too much spacing between each sky-row. Also, sky-column elements that wrap will only have the sky-form-group margin which is different than the margin between each sky-row.
Steps to reproduce
Create multiple sky-row elements containing two or more sky-column elements with form fields using sky-form-group.
Expected behavior
Since sky-column elements wrap within a sky-row, you should be able to use sky-form-group for fields within sky-column elements so that they have the proper margins between each field.
Actual behavior
sky-row currently has a bottom margin which will cause the margin from sky-form-group and sky-row to stack and create too much spacing between each sky-row. Also, sky-column elements that wrap will only have the sky-form-group margin which is different than the margin between each sky-row.
Steps to reproduce
Create multiple sky-row elements containing two or more sky-column elements with form fields using sky-form-group.
Plunker
https://plnkr.co/edit/ZRurBSa6M6p76YE0VYxa?p=preview
The text was updated successfully, but these errors were encountered: