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; position: relative;
display: inline-block; display: inline-block;
cursor: pointer; cursor: pointer;
vertical-align: middle;
font-size: @font-size-base; font-size: @font-size-base;
&-disabled { &-disabled {

View File

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