Skip to content
Snippets Groups Projects
Commit 4e2a9935 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

fix(ATable): fix footer spacing bug

parent 4ea4d440
No related branches found
No related tags found
No related merge requests found
......@@ -28,11 +28,10 @@
class="tw-flex tw-gap-3 tw-items-center tw-flex-wrap tw-px-6 tw-py-3 tw-border-t"
>
<PaginationRange v-if="paginationData.count > 0" :pagination-data="paginationData" />
<FormGroup
v-if="itemsPerPage"
v-slot="attrs"
class="tw-ml-auto tw-m-0 tw-mr-9 last:tw-mr-0"
>
<span class="tw-ml-auto" />
<FormGroup v-if="itemsPerPage" v-slot="attrs" class="tw-m-0 tw-mr-9 last:tw-mr-0">
<label class="tw-flex tw-items-center tw-gap-3 tw-m-0">
<span>{{ t('paginator.itemsPerPage') }}</span>
<input
......@@ -51,7 +50,6 @@
:items-per-page="itemsPerPage ?? paginationData.itemsPerPage"
:max-visible-pages="maxVisiblePages ?? 5"
:count="paginationData.count"
class="tw-ml-auto"
/>
</div>
</slot>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment