Fix select[combobox] vertical align, close #3855

This commit is contained in:
afc163 2016-11-15 21:54:22 +08:00
parent 321f4e1402
commit 0d63e5f6b5
2 changed files with 1 additions and 10 deletions

View File

@ -252,6 +252,7 @@ form {
> div {
display: inline-block;
vertical-align: middle;
}
}

View File

@ -375,16 +375,6 @@
transition: all .3s @ease-in-out;
box-shadow: none;
}
.@{select-prefix-cls}-selection__rendered {
padding: 0;
height: 100%;
position: absolute;
left: 0;
right: 0;
> ul {
height: 100%;
}
}
}
}