From da7f03a8f8433805140d505d7101b8aefb4c7cec Mon Sep 17 00:00:00 2001 From: jqlio18 Date: Sun, 18 Dec 2022 21:56:22 -0500 Subject: [PATCH] React don't have the `narrow` and `noGutter`props The text in the docs have more margins because they use grid so it have the double the margins needed. --- src/UIShell/Content.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UIShell/Content.svelte b/src/UIShell/Content.svelte index b5ba5db5..d3fc1e03 100644 --- a/src/UIShell/Content.svelte +++ b/src/UIShell/Content.svelte @@ -18,7 +18,7 @@ {...$$restProps} style="{`height: 100%; margin: 0px; width: 100%; ${$$restProps.style}`}" > - +