mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
React don't have the narrow
and noGutter
props
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:
parent
69b208add2
commit
da7f03a8f8
1 changed files with 1 additions and 1 deletions
|
@ -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 } : {}}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue