[ACA-3538] Fix search result layout (#1500)

This commit is contained in:
Baptiste Mahé 2020-06-29 01:36:41 +02:00 committed by GitHub
parent 5194b4e5d1
commit ef5457875e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,4 +77,8 @@
.adf-search-date-range .mat-form-field:not(:first-child) {
margin-top: 20px;
}
.adf-document-list {
overflow-y: auto;
}
}