Horizontally center submission table

This commit is contained in:
Julien Nahum 2024-02-23 12:23:05 +01:00
parent b26bec2857
commit 0ec6cde851
1 changed files with 2 additions and 2 deletions

View File

@ -81,14 +81,14 @@
</div>
</div>
<div class="px-4 pb-4">
<div class="px-4 pb-4 flex justify-center">
<scroll-shadow
ref="shadows"
class="border h-full notion-database-renderer"
:shadow-top-offset="0"
:hide-scrollbar="true"
>
<open-table
<open-table v-if="form"
ref="table"
class="max-h-full"
:columns="properties"