Skip to content

Commit

Permalink
docs: fix switch layout
Browse files Browse the repository at this point in the history
  • Loading branch information
toshusai committed Feb 29, 2024
1 parent 0209835 commit edc4704
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/pages/@charcoal-ui/react/Switch/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ const SwitchPage: NextPage<{ src: string }> = (props) => {

<h2>BASIC</h2>
<PreviewDivColumn>
<ExampleSwitch />
<div>
<ExampleSwitch />
</div>
<SSRHighlight lang="typescript" code={props.src} />
</PreviewDivColumn>

Expand Down

0 comments on commit edc4704

Please sign in to comment.