Skip to content

Commit

Permalink
[ACS-8212] Fixed alignment issue of filters button in sidenav (#9828)
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnil-verma-gl authored and ehsan-2019 committed Jul 4, 2024
1 parent 4bbefa0 commit 227a322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 227a322

Please sign in to comment.