[ACS-7941] Fixed alignment of text inside buttons (#9686)

* Fixed dependency to allow greater versions

* Rebased to the latest

* [ACS-7941] Fixed alignment of text inside buttons

---------

Co-authored-by: Vito Albano <vito.albano@hyland.com>
This commit is contained in:
swapnil-verma-gl
2024-05-21 17:15:41 +05:30
committed by GitHub
parent 8483137f11
commit b41c55af9f
2 changed files with 14 additions and 6 deletions

View File

@@ -13,9 +13,13 @@
width: 100%; width: 100%;
} }
.adf-filter-action-button .adf-filter-action-button__label { .adf-filter-action-button {
padding-left: 20px; justify-content: start;
margin: 0 8px;
.adf-filter-action-button__label {
padding-left: 20px;
margin: 0 8px;
}
} }
&.adf-active, &.adf-active,

View File

@@ -13,9 +13,13 @@
width: 100%; width: 100%;
} }
.adf-filter-action-button .adf-filter-action-button__label { .adf-filter-action-button {
padding-left: 20px; justify-content: start;
margin: 0 8px;
.adf-filter-action-button__label {
padding-left: 20px;
margin: 0 8px;
}
} }
&.adf-active, &.adf-active,