Fixed white line below pagination that is visible in dark theme mode (#129)

Co-authored-by: Ievgen Sobko <ievgensobko@cloud.upwork.com>
This commit is contained in:
Ievgen Sobko 2021-01-29 15:45:01 +02:00 committed by GitHub
parent 2e334ca909
commit 5b9aa79d74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,7 +137,12 @@
</template> </template>
</v-list-item> </v-list-item>
</v-list> </v-list>
<v-row v-if="(pageCount > 1) && !hasSearchFilter" xs12 justify="center"> <v-row
v-if="(pageCount > 1) && !hasSearchFilter"
xs12
justify="center"
class="mb-0"
>
<v-col> <v-col>
<v-container> <v-container>
<v-pagination <v-pagination