Skip to content

Commit 1ac33c7

Browse files
committed
Fix text breaking issue
1 parent fcfdd75 commit 1ac33c7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/routes/components/table/docs/TableExamplesDocs.svelte

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import TableServer from '../examples/TableServer.svelte';
1414
</script>
1515

16-
<div class="grid gap-1">
16+
<div class="grid gap-1 w-full overflow-auto">
1717
<h2 class="h2">Examples</h2>
1818
<TableSimple />
1919
<TableGroups />
@@ -30,7 +30,8 @@
3030
<TableUrLs />
3131
<TableUsersAndAdmins />
3232
</div>
33-
<div id="Test">
33+
<div id="Server-side">
34+
<h2 class="h2">Server-side tables</h2>
3435
<TableServer />
3536
</div>
3637
</div>

0 commit comments

Comments
 (0)