diff --git a/docs/src/pages/components/Stack.svx b/docs/src/pages/components/Stack.svx index 23d87cab55..e438abbc49 100644 --- a/docs/src/pages/components/Stack.svx +++ b/docs/src/pages/components/Stack.svx @@ -145,7 +145,7 @@ By default, the `Stack` component has a vertical orientation and a gap scale of By default, the `Stack` component uses a `div` element. You can specify a different element using the `as` prop. - +
  • Item 1
  • Item 2
  • Item 3
  • @@ -269,7 +269,7 @@ Set the `orientation` prop to `horizontal` to create a horizontal stack. By default, the `Stack` component uses a `div` element. You can specify a different element using the `as` prop. - +
  • Item 1
  • Item 2
  • Item 3
  • diff --git a/tests/Stack.test.svelte b/tests/Stack.test.svelte index ea416a0cd7..66aa6e0953 100644 --- a/tests/Stack.test.svelte +++ b/tests/Stack.test.svelte @@ -3,4 +3,4 @@ Content -Content +Content