mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23:02 +00:00
docs: remove extra space from pre tags
This commit is contained in:
parent
286c5d8c4a
commit
069d8ac6ac
6 changed files with 10 additions and 30 deletions
|
@ -1156,9 +1156,7 @@ Use `nonSelectableRowIds` to specify the ids for rows that should not be selecta
|
||||||
]}"
|
]}"
|
||||||
>
|
>
|
||||||
<svelte:fragment slot="expanded-row" let:row>
|
<svelte:fragment slot="expanded-row" let:row>
|
||||||
<pre>
|
<pre>{JSON.stringify(row, null, 2)}</pre>
|
||||||
{JSON.stringify(row, null, 2)}
|
|
||||||
</pre>
|
|
||||||
</svelte:fragment>
|
</svelte:fragment>
|
||||||
</DataTable>
|
</DataTable>
|
||||||
|
|
||||||
|
@ -1227,9 +1225,7 @@ Use `nonExpandableRowIds` to specify the ids for rows that should not be expanda
|
||||||
]}"
|
]}"
|
||||||
>
|
>
|
||||||
<svelte:fragment slot="expanded-row" let:row>
|
<svelte:fragment slot="expanded-row" let:row>
|
||||||
<pre>
|
<pre>{JSON.stringify(row, null, 2)}</pre>
|
||||||
{JSON.stringify(row, null, 2)}
|
|
||||||
</pre>
|
|
||||||
</svelte:fragment>
|
</svelte:fragment>
|
||||||
</DataTable>
|
</DataTable>
|
||||||
|
|
||||||
|
@ -1288,9 +1284,7 @@ Use `nonExpandableRowIds` to specify the ids for rows that should not be expanda
|
||||||
]}"
|
]}"
|
||||||
>
|
>
|
||||||
<svelte:fragment slot="expanded-row" let:row>
|
<svelte:fragment slot="expanded-row" let:row>
|
||||||
<pre>
|
<pre>{JSON.stringify(row, null, 2)}</pre>
|
||||||
{JSON.stringify(row, null, 2)}
|
|
||||||
</pre>
|
|
||||||
</svelte:fragment>
|
</svelte:fragment>
|
||||||
</DataTable>
|
</DataTable>
|
||||||
|
|
||||||
|
@ -1349,9 +1343,7 @@ Use `nonExpandableRowIds` to specify the ids for rows that should not be expanda
|
||||||
]}"
|
]}"
|
||||||
>
|
>
|
||||||
<svelte:fragment slot="expanded-row" let:row>
|
<svelte:fragment slot="expanded-row" let:row>
|
||||||
<pre>
|
<pre>{JSON.stringify(row, null, 2)}</pre>
|
||||||
{JSON.stringify(row, null, 2)}
|
|
||||||
</pre>
|
|
||||||
</svelte:fragment>
|
</svelte:fragment>
|
||||||
</DataTable>
|
</DataTable>
|
||||||
|
|
||||||
|
@ -1410,9 +1402,7 @@ Use `nonExpandableRowIds` to specify the ids for rows that should not be expanda
|
||||||
]}"
|
]}"
|
||||||
>
|
>
|
||||||
<svelte:fragment slot="expanded-row" let:row>
|
<svelte:fragment slot="expanded-row" let:row>
|
||||||
<pre>
|
<pre>{JSON.stringify(row, null, 2)}</pre>
|
||||||
{JSON.stringify(row, null, 2)}
|
|
||||||
</pre>
|
|
||||||
</svelte:fragment>
|
</svelte:fragment>
|
||||||
</DataTable>
|
</DataTable>
|
||||||
|
|
||||||
|
|
|
@ -12,9 +12,7 @@
|
||||||
<h1>{size}</h1>
|
<h1>{size}</h1>
|
||||||
|
|
||||||
<h6>on:change</h6>
|
<h6>on:change</h6>
|
||||||
<pre>
|
<pre>{JSON.stringify(events, null, 2)}</pre>
|
||||||
{JSON.stringify(events, null, 2)}
|
|
||||||
</pre>
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
p,
|
p,
|
||||||
|
|
|
@ -30,8 +30,6 @@
|
||||||
}))}"
|
}))}"
|
||||||
>
|
>
|
||||||
<svelte:fragment slot="expanded-row" let:row>
|
<svelte:fragment slot="expanded-row" let:row>
|
||||||
<pre>
|
<pre> {JSON.stringify(row, null, 2)}</pre>
|
||||||
{JSON.stringify(row, null, 2)}
|
|
||||||
</pre>
|
|
||||||
</svelte:fragment>
|
</svelte:fragment>
|
||||||
</DataTable>
|
</DataTable>
|
||||||
|
|
|
@ -58,8 +58,6 @@
|
||||||
]}"
|
]}"
|
||||||
>
|
>
|
||||||
<svelte:fragment slot="expanded-row" let:row>
|
<svelte:fragment slot="expanded-row" let:row>
|
||||||
<pre>
|
<pre>{JSON.stringify(row, null, 2)}</pre>
|
||||||
{JSON.stringify(row, null, 2)}
|
|
||||||
</pre>
|
|
||||||
</svelte:fragment>
|
</svelte:fragment>
|
||||||
</DataTable>
|
</DataTable>
|
||||||
|
|
|
@ -61,8 +61,6 @@
|
||||||
rows="{rows}"
|
rows="{rows}"
|
||||||
>
|
>
|
||||||
<svelte:fragment slot="expanded-row" let:row>
|
<svelte:fragment slot="expanded-row" let:row>
|
||||||
<pre>
|
<pre>{JSON.stringify(row, null, 2)}</pre>
|
||||||
{JSON.stringify(row, null, 2)}
|
|
||||||
</pre>
|
|
||||||
</svelte:fragment>
|
</svelte:fragment>
|
||||||
</DataTable>
|
</DataTable>
|
||||||
|
|
|
@ -22,6 +22,4 @@
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<pre>
|
<pre>{JSON.stringify(events, null, 2)}</pre>
|
||||||
{JSON.stringify(events, null, 2)}
|
|
||||||
</pre>
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue