We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current Behavior
Columns that are collapsed via collapseBelow do not use the space prop as vertical margin between the collapsed columns
collapseBelow
space
Expected behavior
The space prop should apply vertical margin
Reproducible example
See storybook example – vertical margin is added through the child not the Columns component
Suggested solution(s)
Modify Columns and Column to use the space prop to add vertical margins
Columns
Column
Additional context
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
🐛 Bug report
Current Behavior
Columns that are collapsed via
collapseBelow
do not use thespace
prop as vertical margin between the collapsed columnsExpected behavior
The space prop should apply vertical margin
Reproducible example
See storybook example – vertical margin is added through the child not the Columns component
Suggested solution(s)
Modify
Columns
andColumn
to use thespace
prop to add vertical marginsAdditional context
The text was updated successfully, but these errors were encountered: