diff --git a/client/web/privacy/src/themes/corteza-base/custom.scss b/client/web/privacy/src/themes/corteza-base/custom.scss index 5dbf0f004..944f8b4b5 100644 --- a/client/web/privacy/src/themes/corteza-base/custom.scss +++ b/client/web/privacy/src/themes/corteza-base/custom.scss @@ -250,4 +250,4 @@ fieldset.required { .gap-col-3 { column-gap: 1.5rem; -} \ No newline at end of file +} diff --git a/client/web/reporter/src/components/Report/Datasources/Aggregate/GroupBy.vue b/client/web/reporter/src/components/Report/Datasources/Aggregate/GroupBy.vue index a6e643e70..0261014e5 100644 --- a/client/web/reporter/src/components/Report/Datasources/Aggregate/GroupBy.vue +++ b/client/web/reporter/src/components/Report/Datasources/Aggregate/GroupBy.vue @@ -134,7 +134,7 @@ export default { .btn-add-group { &:hover, &:active { background-color: var(--primary) !important; - color: var(--white)!important; + color: var(--white) !important; } } diff --git a/client/web/reporter/src/components/Report/Grid.vue b/client/web/reporter/src/components/Report/Grid.vue index 383ba9b72..1ffb230cc 100644 --- a/client/web/reporter/src/components/Report/Grid.vue +++ b/client/web/reporter/src/components/Report/Grid.vue @@ -119,7 +119,7 @@ export default {