From 7714faa32f920be7739dad1c11a9befb8aac9b7e Mon Sep 17 00:00:00 2001 From: Jack Anderson Date: Wed, 8 Mar 2023 02:14:56 +0000 Subject: [PATCH] Update Filter Styling --- .../components/list-filter/list-filter.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/app/core/src/lib/containers/list-filter/components/list-filter/list-filter.component.html b/core/app/core/src/lib/containers/list-filter/components/list-filter/list-filter.component.html index 40a3882c3..046411ab2 100644 --- a/core/app/core/src/lib/containers/list-filter/components/list-filter/list-filter.component.html +++ b/core/app/core/src/lib/containers/list-filter/components/list-filter/list-filter.component.html @@ -30,7 +30,7 @@ [close]="store.closeButton" [isCollapsed$]="store.isCollapsed$" [mode]="store.panelMode" - klass="filter-panel {{ (config && config.klass) || ''}}" + klass="filter-panel m-0 {{ (config && config.klass) || ''}}" [titleKey]="'LBL_BASIC_FILTER'" > @@ -38,7 +38,7 @@ -
+