AAE-40714 fixing the filter cut issue on admin-hxp (#11499)

This commit is contained in:
Soumyajit Chakraborty
2026-01-08 20:19:34 +05:30
committed by GitHub
parent 66911491e3
commit d2021b9ae9

View File

@@ -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 {