Skip to content

Commit f5a4ba8

Browse files
committed
fix: fill space between pagination container and table for the afcl table
https://web.tracklify.com/project/2b7ZVgE5/AdminForth/1257/cmHmNwxu/for-the-afcl-table:-space-betw
1 parent 9f74eeb commit f5a4ba8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adminforth/spa/src/afcl/Table.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
</tr>
7979
</tbody>
8080
</table>
81-
<nav class="afcl-table-pagination-container bg-lightTableBackground dark:bg-darkTableBackground mt-2 flex flex-col gap-2 items-center sm:flex-row justify-center sm:justify-between px-4 pb-4"
81+
<nav class="afcl-table-pagination-container bg-lightTableBackground dark:bg-darkTableBackground pt-2 flex flex-col gap-2 items-center sm:flex-row justify-center sm:justify-between px-4 pb-4"
8282
v-if="totalPages > 1"
8383
:aria-label="$t('Table navigation')"
8484
:class="makePaginationSticky ? 'sticky bottom-0 pt-4' : ''"

0 commit comments

Comments
 (0)