mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-04-16 22:24:49 +00:00
AAE-40714 fixing the filter cut issue on admin-hxp (#11499)
This commit is contained in:
committed by
GitHub
parent
66911491e3
commit
d2021b9ae9
@@ -34,21 +34,6 @@ adf-datatable-column-selector {
|
||||
margin-left: -16px;
|
||||
}
|
||||
|
||||
.adf-columns-selector-list-item {
|
||||
margin-top: 10px;
|
||||
|
||||
#{ms.$mat-list-item} {
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
padding-left: 0;
|
||||
height: 24px;
|
||||
|
||||
#{ms.$mat-list-item-end} {
|
||||
margin-right: -5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-list-content {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
@@ -76,6 +61,15 @@ adf-datatable-column-selector {
|
||||
|
||||
&-column-checkbox {
|
||||
padding: 0 20px;
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
padding-left: 0;
|
||||
align-items: center;
|
||||
height: auto;
|
||||
|
||||
#{ms.$mat-list-item-end} {
|
||||
margin-right: -5px;
|
||||
}
|
||||
}
|
||||
|
||||
&-footer {
|
||||
|
||||
Reference in New Issue
Block a user