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
With the changes on #280 the default display for Grid component (in my case it was block) now changed to flex but I need at least flex-wrap (or the previous default display block was fine)
I have some ideas:
Create a prop to wrap into Grid component (like Grid.container has)
Dont change the display prop in Grid component, maybe just remove it (instead of set to flex)
Ability to pass styles through Grid component
What do you think guys?
The text was updated successfully, but these errors were encountered:
With the changes on #280 the default display for Grid component (in my case it was
block
) now changed toflex
but I need at least flex-wrap (or the previous default display block was fine)I have some ideas:
wrap
into Grid component (like Grid.container has)styles
through Grid componentWhat do you think guys?
The text was updated successfully, but these errors were encountered: