Skip to content

Commit

Permalink
FIX GridField - no spacing below
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabina Talipova committed Jun 27, 2022
1 parent ead33f0 commit 6103983
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/dist/styles/bundle.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions client/src/components/GridField/GridField.scss
Original file line number Diff line number Diff line change
Expand Up @@ -310,3 +310,7 @@ div.grid-field__sort-field + .form__fieldgroup-item {
color: $state-modified;
}
}

fieldset.ss-gridfield {
margin-bottom: $table-cell-padding-sm;
}

0 comments on commit 6103983

Please sign in to comment.