diff --git a/docs/src/pages/components/DataTable.svx b/docs/src/pages/components/DataTable.svx index a541f573..2789d711 100644 --- a/docs/src/pages/components/DataTable.svx +++ b/docs/src/pages/components/DataTable.svx @@ -1156,9 +1156,7 @@ Use `nonSelectableRowIds` to specify the ids for rows that should not be selecta ]}" > -
-      {JSON.stringify(row, null, 2)}
-    
+
{JSON.stringify(row, null, 2)}
@@ -1227,9 +1225,7 @@ Use `nonExpandableRowIds` to specify the ids for rows that should not be expanda ]}" > -
-      {JSON.stringify(row, null, 2)}
-    
+
{JSON.stringify(row, null, 2)}
@@ -1288,9 +1284,7 @@ Use `nonExpandableRowIds` to specify the ids for rows that should not be expanda ]}" > -
-      {JSON.stringify(row, null, 2)}
-    
+
{JSON.stringify(row, null, 2)}
@@ -1349,9 +1343,7 @@ Use `nonExpandableRowIds` to specify the ids for rows that should not be expanda ]}" > -
-      {JSON.stringify(row, null, 2)}
-    
+
{JSON.stringify(row, null, 2)}
@@ -1410,9 +1402,7 @@ Use `nonExpandableRowIds` to specify the ids for rows that should not be expanda ]}" > -
-      {JSON.stringify(row, null, 2)}
-    
+
{JSON.stringify(row, null, 2)}
diff --git a/docs/src/pages/framed/Breakpoint/Breakpoint.svelte b/docs/src/pages/framed/Breakpoint/Breakpoint.svelte index b1b7e0a1..9f2473f9 100644 --- a/docs/src/pages/framed/Breakpoint/Breakpoint.svelte +++ b/docs/src/pages/framed/Breakpoint/Breakpoint.svelte @@ -12,9 +12,7 @@

{size}

on:change
-
-  {JSON.stringify(events, null, 2)}
-
+
{JSON.stringify(events, null, 2)}