fix inline FormItem margin, close #1141

This commit is contained in:
afc163 2016-03-08 23:53:09 +08:00
parent 1be6669bb7
commit 6526468f57

View File

@ -242,6 +242,12 @@ form {
.@{css-prefix}form-item {
display: inline-block;
margin-right: 10px;
margin-bottom: 0;
&-with-help {
margin-bottom: 24px;
}
> div {
display: inline-block;
}