mirror of
https://github.com/apache/superset.git
synced 2026-04-11 04:15:33 +00:00
increase space between fieldsset rows (#1629)
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user