style(docs): use autoWidth for <Tabs />

This commit is contained in:
Eric Liu 2024-11-03 14:05:38 -08:00
commit c93be373ea

View file

@ -85,7 +85,7 @@
</Row> </Row>
<Row style="margin-bottom: var(--cds-layout-02)"> <Row style="margin-bottom: var(--cds-layout-02)">
<Column noGutter> <Column noGutter>
<Tabs> <Tabs autoWidth>
<Tab label="NPM" /> <Tab label="NPM" />
<Tab label="pnpm" /> <Tab label="pnpm" />
<Tab label="Yarn" /> <Tab label="Yarn" />
@ -129,7 +129,7 @@
<Row> <Row>
<Column max="{8}" xlg="{8}" noGutter> <Column max="{8}" xlg="{8}" noGutter>
<Tabs> <Tabs autoWidth>
<Tab label="CSS StyleSheet" /> <Tab label="CSS StyleSheet" />
<Tab label="SCSS" /> <Tab label="SCSS" />
<svelte:fragment slot="content"> <svelte:fragment slot="content">