diff --git a/src/@core/scss/base/libs/vuetify/_overrides.scss b/src/@core/scss/base/libs/vuetify/_overrides.scss index 53c418e5..07f1e6da 100644 --- a/src/@core/scss/base/libs/vuetify/_overrides.scss +++ b/src/@core/scss/base/libs/vuetify/_overrides.scss @@ -212,10 +212,6 @@ h6, } } -.v-data-table-footer { - margin-block-start: 1rem; -} - // 👉 v-field .v-field:hover .v-field__outline { --v-field-border-opacity: var(--v-medium-emphasis-opacity); diff --git a/src/@core/scss/template/_components.scss b/src/@core/scss/template/_components.scss index accca560..b1570c89 100644 --- a/src/@core/scss/template/_components.scss +++ b/src/@core/scss/template/_components.scss @@ -176,10 +176,6 @@ th { background: rgb(var(--v-table-header-background)) !important; } - - .v-data-table-footer { - margin-block-start: 1rem; - } } // 👉 Pagination