React don't have the narrow and noGutterprops

The text in the docs have more margins because
they use grid so it have the double the margins
needed.
This commit is contained in:
jqlio18 2022-12-18 21:56:22 -05:00
commit da7f03a8f8

View file

@ -18,7 +18,7 @@
{...$$restProps}
style="{`height: 100%; margin: 0px; width: 100%; ${$$restProps.style}`}"
>
<Grid narrow noGutter>
<Grid>
<Row>
<Column
lg="{$shouldRenderHamburgerMenu ? { span: 13, offset: 3 } : {}}"