mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
Fix select[combobox] vertical align, close #3855
This commit is contained in:
parent
321f4e1402
commit
0d63e5f6b5
@ -252,6 +252,7 @@ form {
|
||||
|
||||
> div {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user