Skip to content

Commit

Permalink
Merge pull request #470 from pixiv/toshusai/fix-switch-docs
Browse files Browse the repository at this point in the history
docs: fix switch layout
  • Loading branch information
toshusai authored Mar 1, 2024
2 parents 0209835 + edc4704 commit 95da174
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 95da174

Please sign in to comment.