Fix standard component table layout

This commit is contained in:
Andrew Kingston 2021-04-16 09:40:04 +01:00
parent 0f8ddd47fe
commit 0f0d9bf72e
1 changed files with 1 additions and 6 deletions

View File

@ -64,6 +64,7 @@
displayName: null,
order: 0,
sortable: false,
divider: true,
}
}
fields.forEach(field => {
@ -92,9 +93,3 @@
<slot />
</Table>
</div>
<style>
div {
display: flex !important;
}
</style>