mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
removed unnecessary table warppper class
This commit is contained in:
@@ -375,7 +375,7 @@
|
||||
</Typography.Text>
|
||||
</div>
|
||||
<!-- Billing breakdown table -->
|
||||
<div class="table-wrapper" class:is-mobile={$isSmallViewport}>
|
||||
<div class:is-mobile={$isSmallViewport}>
|
||||
<AccordionTable.Root {columns} let:root>
|
||||
{#each billingData as row}
|
||||
<AccordionTable.Row {root} id={row.id} expandable={row.expandable ?? false}>
|
||||
|
||||
Reference in New Issue
Block a user