diff --git a/src/UIShell/Content.svelte b/src/UIShell/Content.svelte index 44fc1572..768b1dc5 100644 --- a/src/UIShell/Content.svelte +++ b/src/UIShell/Content.svelte @@ -18,7 +18,7 @@ id="{id}" class:bx--content="{true}" {...$$restProps} - style="{unsetLeftMargin && 'margin-left: 0;'} {$$restProps.style}}" + style="{unsetLeftMargin ? 'margin-left: 0;' : ''} {$$restProps.style}" >