mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
style(docs): use autoWidth
for <Tabs />
This commit is contained in:
parent
5be3da2722
commit
c93be373ea
1 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue