mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
docs(grid): fix typo in padded grid example [ci skip]
This commit is contained in:
parent
6e1f9d49c4
commit
c2568ec5d4
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
import { Grid, Row, Column } from "carbon-components-svelte";
|
||||
</script>
|
||||
|
||||
<div>Adding padding to Grid applies it to all child columns:</div>
|
||||
<div>Adding padding to Grid applies it to columns in all rows:</div>
|
||||
|
||||
<Grid padding>
|
||||
<Row>
|
||||
|
@ -13,7 +13,7 @@
|
|||
</Row>
|
||||
</Grid>
|
||||
|
||||
<div>Adding padding to a Row only applies its child columns:</div>
|
||||
<div>Adding padding to a Row only applies to its columns:</div>
|
||||
|
||||
<Grid>
|
||||
<Row padding>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue