-
I have been using the Grid component and I have seen that the Gutter only applies when it is on horizontal. I think the gutter should apply vertically when on vertical direction. In the examples you are solving it adding internally a Box with margin-top or margin-bottom but I think having the gutter apply on both scenarios could be better. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hey @PabloFNK ! Thanks for the suggestion. Can you share an example/screenshot of what you're trying to achieve with vertical spacing in Grid? For now, you could try using Stack, which will be a little easier than Box with margins. But we may also want to add vertical spacing to Grid based on the use cases we see. |
Beta Was this translation helpful? Give feedback.
-
Hey @PabloFNK, Just to let you know this issue has been addressed in Grid. https://paste.twilio.design/layout/grid#responsive-columns Thanks |
Beta Was this translation helpful? Give feedback.
Hey @PabloFNK, Just to let you know this issue has been addressed in Grid. https://paste.twilio.design/layout/grid#responsive-columns
Thanks