-
I would like to remove the padding, however I am not sure how to do it. I tried using the $$resProps, although I didn't get it to work. In the forum I saw, that you can override classes for the hole codebase, however I want to apply it only to one specific element. |
Beta Was this translation helpful? Give feedback.
Answered by
metonym
Mar 26, 2023
Replies: 1 comment
-
There is a <Grid>
<Row>
<Column noGutter>...</Column>
</Row>
</Grid> |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
LouisRoth
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a
noGutter
prop that removes the padding.