mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
fix(data-table): remove redundant bx--toolbar-content element
This commit is contained in:
parent
c39427670a
commit
425a259e65
1 changed files with 1 additions and 3 deletions
|
@ -30,7 +30,5 @@
|
||||||
class:bx--table-toolbar--normal="{size === 'default'}"
|
class:bx--table-toolbar--normal="{size === 'default'}"
|
||||||
{...$$restProps}
|
{...$$restProps}
|
||||||
>
|
>
|
||||||
<div class:bx--toolbar-content="{true}">
|
|
||||||
<slot />
|
<slot />
|
||||||
</div>
|
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue