Browse Source

Fix form item layout bug when zoom out, close #6097

pull/1427/merge
afc163 8 years ago
parent
commit
9089674a6f
  1. 3
      components/form/style/index.less

3
components/form/style/index.less

@ -222,6 +222,9 @@ form {
.@{ant-prefix}-select,
.@{ant-prefix}-cascader-picker {
width: 100%;
&:only-child {
display: block;
}
}
}

Loading…
Cancel
Save