increase space between fieldsset rows (#1629)

This commit is contained in:
Alanna Scott
2016-11-18 10:08:50 -08:00
committed by GitHub
parent b961c95121
commit 2c068a1a15
2 changed files with 10 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ export default class FieldSetRow extends React.Component {
render() {
const colSize = NUM_COLUMNS / this.props.fieldSets.length;
return (
<div className="row">
<div className="row space-2">
{this.props.fieldSets.map((fs) => {
const fieldData = this.getFieldData(fs);
return (