mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 19:21:26 +00:00
parent
dfa83bec9a
commit
bc7f5821b8
16 changed files with 26 additions and 25 deletions
|
@ -17,8 +17,8 @@
|
|||
<main
|
||||
id="{id}"
|
||||
class:bx--content="{true}"
|
||||
style:margin-left="{unsetLeftMargin ? 0 : undefined}"
|
||||
{...$$restProps}
|
||||
style="{unsetLeftMargin ? 'margin-left: 0;' : ''} {$$restProps.style}"
|
||||
>
|
||||
<slot />
|
||||
</main>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue