1
0
Fork 0
mirror of synced 2024-10-04 12:03:31 +13:00

Fix standard component table layout

This commit is contained in:
Andrew Kingston 2021-04-16 09:40:04 +01:00
parent f241f201b9
commit ca6da5144e

View file

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