mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11: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'}"
|
||||
{...$$restProps}
|
||||
>
|
||||
<div class:bx--toolbar-content="{true}">
|
||||
<slot />
|
||||
</div>
|
||||
<slot />
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue