mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[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:
@@ -13,9 +13,13 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.adf-filter-action-button .adf-filter-action-button__label {
|
||||
padding-left: 20px;
|
||||
margin: 0 8px;
|
||||
.adf-filter-action-button {
|
||||
justify-content: start;
|
||||
|
||||
.adf-filter-action-button__label {
|
||||
padding-left: 20px;
|
||||
margin: 0 8px;
|
||||
}
|
||||
}
|
||||
|
||||
&.adf-active,
|
||||
|
@@ -13,9 +13,13 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.adf-filter-action-button .adf-filter-action-button__label {
|
||||
padding-left: 20px;
|
||||
margin: 0 8px;
|
||||
.adf-filter-action-button {
|
||||
justify-content: start;
|
||||
|
||||
.adf-filter-action-button__label {
|
||||
padding-left: 20px;
|
||||
margin: 0 8px;
|
||||
}
|
||||
}
|
||||
|
||||
&.adf-active,
|
||||
|
Reference in New Issue
Block a user