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

View File

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