tweak style (#2234)

This commit is contained in:
afc163 2016-07-06 17:54:05 +08:00
parent c0a3485ac2
commit b0c05e3f29
2 changed files with 1 additions and 5 deletions

View File

@ -16,6 +16,7 @@
position: relative;
display: inline-block;
cursor: pointer;
vertical-align: middle;
font-size: @font-size-base;
&-disabled {

View File

@ -233,11 +233,6 @@ form {
}
}
.ant-input {
display: inline-block;
vertical-align: middle;
}
.@{form-prefix-cls}-text {
display: inline-block;
}