Style: Fix form-item explain float bug, close #906

This commit is contained in:
afc163 2016-01-21 13:15:28 +08:00
parent 74fea6a911
commit b1191a5c06
2 changed files with 2 additions and 7 deletions

View File

@ -42,7 +42,7 @@ class FormItem extends React.Component {
}
return (
<div className={classes}>
{c1} {c2}
{c1}{c2}
</div>
);
}

View File

@ -107,11 +107,6 @@ input[type="checkbox"] {
text-align: center;
}
.@{css-prefix}form-explain {
float: left;
}
// 表单下的输入框尺寸唯一: 大尺寸
form {
.has-feedback {
@ -299,7 +294,7 @@ form {
.is-validating {
&.has-feedback:after {
position: absolute;
bottom: 0;
top: 0;
right: 0;
font-family: "anticon" !important;
.square(@input-height-lg);