remove unused form control font-size reset

This commit is contained in:
afc163 2018-01-05 22:12:51 +08:00
parent 32ac330ca2
commit 3973d245b9

View File

@ -85,9 +85,6 @@ input[type="checkbox"] {
line-height: @form-component-max-height - 0.0001px; // https://github.com/ant-design/ant-design/issues/8220
position: relative;
.clearfix;
> * {
font-size: @font-size-base;
}
}
&-with-help {