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

refactor: use gap to ensure proper spacing

parent 73e28756
No related branches found
No related tags found
No related merge requests found
......@@ -78,10 +78,10 @@
<template #footer>
<div
v-if="tableShowResult.count > 0 || !isLoading"
class="tw-flex tw-items-center tw-px-6 tw-mt-3 tw-py-3 tw-border-0 tw-border-t tw-border-solid tw-border-gray-200 empty:tw-hidden"
class="tw-flex tw-items-center tw-gap-3 tw-px-6 tw-mt-3 tw-py-3 tw-border-0 tw-border-t tw-border-solid tw-border-gray-200 empty:tw-hidden"
>
<PaginationRange v-if="tableShowResult.count > 0" :pagination-data="tableShowResult" />
<FormGroup v-slot="attrs" class="tw-ml-auto tw-m-0 tw-mr-9 last:tw-mr-0">
<FormGroup v-slot="attrs" class="tw-ml-auto tw-m-0 last:tw-mr-0">
<label class="tw-flex tw-items-center tw-gap-3 tw-m-0">
<span>{{ t('myShows.itemsPerPage') }}</span>
<input
......
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