[AAE-3942] Resolved: FE - Document list is being pushed (shrink) when applying a filter (#7242)

This commit is contained in:
Sushmitha V
2021-10-06 20:28:18 +05:30
committed by GitHub
parent 1b46a22be3
commit 9bf19256f0
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
.adf-search-panel-scrollable {
overflow: scroll;
max-height: 300px;
max-height: 349px;
}

View File

@@ -1,5 +1,6 @@
.adf-search-text {
.mat-form-field {
width: 100%;
max-width: 168px;
}
}