Browse Source

Fix select style

pull/183/head
afc163 9 years ago
parent
commit
b32fc009b1
  1. 3
      style/components/select.less

3
style/components/select.less

@ -126,7 +126,6 @@
height: 32px;
.ant-select-selection__rendered {
line-height: 30px;
font-size: 14px;
}
}
@ -293,8 +292,10 @@
top: -9999px;
position: absolute;
outline: none;
overflow: hidden;
&-menu {
font-size: @font-size-base;
outline: none;
margin-bottom: 0;
padding-left: 0; // Override default ul/ol

Loading…
Cancel
Save