-
-
Notifications
You must be signed in to change notification settings - Fork 711
New issue
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
Add support for row-gap
and gap
properties in flex layout
#1665
Comments
Hi! Having |
We have to rewrite the flex layout, we’ll include the support of |
A simple way to work around this until flex support is fixed:
It's basically doing the same thing as gap. |
row-gap
and gap
propertiesrow-gap
and gap
properties in flex layout
Bug is closed and tested in the flex branch, see #2362. |
As of #60 being fixed, we have had support for the column-gap property; I think we should also add in row-gap and gap properties. I can maybe take a look later to see how much work it would be to implement this myself, but I think it might not be so easy. Perhaps we can use the PR linked in #60 to help?
The text was updated successfully, but these errors were encountered: