mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +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:
co-authored by
Vito Albano
parent
8483137f11
commit
b41c55af9f
@@ -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