fix(data-table): remove redundant bx--toolbar-content element

This commit is contained in:
Eric Liu 2020-10-26 07:57:47 -07:00
commit 425a259e65

View file

@ -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>