[QUESTION] How to make spacing only betwen items
bryanprimus opened this issue · 4 comments
bryanprimus commented
saleel commented
Hey @bryantobing12
spacing
prop add space outside as well. You should be able to achieve that by adding a negative margin on the parent container with -spacing
as the value.
bryanltobing commented
Not sure why this is not by default considering many grid system i have used do that
saleel commented
The common use-case I believe would be to render the grid in full screen - where the outer padding is required (like in the example).
exotexot commented
I agree, would be nice to set inner and outer spacing in this module...