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