Skip to content

Commit f0dc912

Browse files
Update packages/ui-extensions/src/docs/shared/components/Stack.ts
Co-authored-by: Igor Martins <[email protected]>
1 parent ba25482 commit f0dc912

File tree

1 file changed

+1
-1
lines changed
  • packages/ui-extensions/src/docs/shared/components

1 file changed

+1
-1
lines changed

packages/ui-extensions/src/docs/shared/components/Stack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const data: SharedReferenceEntityTemplateSchema = {
44
name: 'Stack',
55
description: `
66
\`s-stack\` structures layout elements along the [block or inline axes](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_display/Block_and_inline_layout_in_normal_flow) of the page. It is useful for organizing buttons, creating layouts that adjust to screen size, and controlling spacing between elements.
7-
It's important to note that Stack does not include any padding by default. If you need padding around your stacked elements, use \`base\` to apply the default padding.
7+
Its important to note that Stack does not include any padding by default. If you need padding around your stacked elements, use \`base\` to apply the default padding.
88
When using \`s-stack\`, use smaller gaps between small elements and larger gaps between big ones. Maintain a consistent spacing in stacks across all pages of your app.
99
`,
1010
category: 'Polaris web components',

0 commit comments

Comments
 (0)