[ACS-8212] Fixed alignment issue of filters button in sidenav (#9828)

This commit is contained in:
swapnil-verma-gl
2024-06-17 13:49:06 +05:30
committed by GitHub
parent 7d0cfa3db3
commit 43571cace1
2 changed files with 2 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ adf-process-instance-filters {
.adf-filter-action-button {
align-items: center;
height: 32px;
justify-content: flex-start;
.adf-filter-action-button__label {
padding-left: 20px;

View File

@@ -15,6 +15,7 @@ adf-task-filters {
.adf-filter-action-button {
align-items: center;
height: 32px;
justify-content: flex-start;
.adf-filter-action-button__label {
padding-left: 20px;