Horizontally center submission table
This commit is contained in:
parent
b26bec2857
commit
0ec6cde851
|
@ -81,14 +81,14 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="px-4 pb-4">
|
<div class="px-4 pb-4 flex justify-center">
|
||||||
<scroll-shadow
|
<scroll-shadow
|
||||||
ref="shadows"
|
ref="shadows"
|
||||||
class="border h-full notion-database-renderer"
|
class="border h-full notion-database-renderer"
|
||||||
:shadow-top-offset="0"
|
:shadow-top-offset="0"
|
||||||
:hide-scrollbar="true"
|
:hide-scrollbar="true"
|
||||||
>
|
>
|
||||||
<open-table
|
<open-table v-if="form"
|
||||||
ref="table"
|
ref="table"
|
||||||
class="max-h-full"
|
class="max-h-full"
|
||||||
:columns="properties"
|
:columns="properties"
|
||||||
|
|
Loading…
Reference in New Issue