Skip to content

Commit

Permalink
ListField bootstrap4 styling fix (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
radekmie committed Jul 14, 2016
1 parent da8f041 commit eaa0b94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const ListItem = props =>
{props.children ? (
Children.map(props.children, child =>
React.cloneElement(child, {
className: 'col-xs-1',
className: 'col-xs-11',
name: joinName(props.name, child.props.name),
label: null
})
Expand Down

0 comments on commit eaa0b94

Please sign in to comment.