[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,10 +13,14 @@
width: 100%; width: 100%;
} }
.adf-filter-action-button .adf-filter-action-button__label { .adf-filter-action-button {
justify-content: start;
.adf-filter-action-button__label {
padding-left: 20px; padding-left: 20px;
margin: 0 8px; margin: 0 8px;
} }
}
&.adf-active, &.adf-active,
&:hover { &:hover {

View File

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