Merge pull request #22995 from scmmishra/fix-margin-for-filter

This commit is contained in:
Shivam Mishra 2020-08-20 09:28:15 +00:00 committed by GitHub
commit ae9208dc87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,8 @@
}
.filter-options {
margin-left: -5px;
padding-left: 5px;
max-height: 300px;
overflow: auto;
}