docs: remove extra space from pre tags

This commit is contained in:
Eric Liu 2022-04-30 09:52:26 -07:00
commit 069d8ac6ac
6 changed files with 10 additions and 30 deletions

View file

@ -1156,9 +1156,7 @@ Use `nonSelectableRowIds` to specify the ids for rows that should not be selecta
]}"
>
<svelte:fragment slot="expanded-row" let:row>
<pre>
{JSON.stringify(row, null, 2)}
</pre>
<pre>{JSON.stringify(row, null, 2)}</pre>
</svelte:fragment>
</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>
<pre>
{JSON.stringify(row, null, 2)}
</pre>
<pre>{JSON.stringify(row, null, 2)}</pre>
</svelte:fragment>
</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>
<pre>
{JSON.stringify(row, null, 2)}
</pre>
<pre>{JSON.stringify(row, null, 2)}</pre>
</svelte:fragment>
</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>
<pre>
{JSON.stringify(row, null, 2)}
</pre>
<pre>{JSON.stringify(row, null, 2)}</pre>
</svelte:fragment>
</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>
<pre>
{JSON.stringify(row, null, 2)}
</pre>
<pre>{JSON.stringify(row, null, 2)}</pre>
</svelte:fragment>
</DataTable>

View file

@ -12,9 +12,7 @@
<h1>{size}</h1>
<h6>on:change</h6>
<pre>
{JSON.stringify(events, null, 2)}
</pre>
<pre>{JSON.stringify(events, null, 2)}</pre>
<style>
p,

View file

@ -30,8 +30,6 @@
}))}"
>
<svelte:fragment slot="expanded-row" let:row>
<pre>
{JSON.stringify(row, null, 2)}
</pre>
<pre> {JSON.stringify(row, null, 2)}</pre>
</svelte:fragment>
</DataTable>

View file

@ -58,8 +58,6 @@
]}"
>
<svelte:fragment slot="expanded-row" let:row>
<pre>
{JSON.stringify(row, null, 2)}
</pre>
<pre>{JSON.stringify(row, null, 2)}</pre>
</svelte:fragment>
</DataTable>

View file

@ -61,8 +61,6 @@
rows="{rows}"
>
<svelte:fragment slot="expanded-row" let:row>
<pre>
{JSON.stringify(row, null, 2)}
</pre>
<pre>{JSON.stringify(row, null, 2)}</pre>
</svelte:fragment>
</DataTable>

View file

@ -22,6 +22,4 @@
<br />
<pre>
{JSON.stringify(events, null, 2)}
</pre>
<pre>{JSON.stringify(events, null, 2)}</pre>