Skip to content

Commit

Permalink
fix: add missing ant-row
Browse files Browse the repository at this point in the history
  • Loading branch information
benjycui authored and afc163 committed Jul 4, 2016
1 parent 7669887 commit d9b4eb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/form/FormItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ export default class FormItem extends React.Component {
const prefixCls = props.prefixCls;
const style = props.style;
const itemClassName = {
'ant-row': true,
[`${prefixCls}-item`]: true,
[`${prefixCls}-item-with-help`]: !!this.getHelpMsg(),
[`${props.className}`]: !!props.className,
Expand Down

0 comments on commit d9b4eb4

Please sign in to comment.