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%;
|
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,
|
||||||
|
@@ -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,
|
||||||
|
Reference in New Issue
Block a user