Add max-height for table filter dropdown menu, close #4916

This commit is contained in:
afc163 2017-02-17 17:41:23 +08:00
parent 28dbdd17ed
commit 2d02792da7

View File

@ -369,6 +369,8 @@
border: 0;
box-shadow: none;
border-radius: @border-radius-base @border-radius-base 0 0;
max-height: 400px;
overflow-x: hidden;
&-item > label + span {
padding: 0;