Skip to content

Commit

Permalink
FIX Restore correct margin for gridfield (#1790)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Jun 20, 2024
1 parent 3faacba commit 2730ef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/dist/styles/bundle.css

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions client/src/styles/legacy/GridField.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@
padding-right: 0;

.list-children-link {
/* stylelint-disable-next-line scss/operator-no-unspaced */
margin: -$table-cell-padding -(calc($table-cell-padding/ 2)) -$table-cell-padding -$grid-gutter-width-half;
margin: -$table-cell-padding (-(calc($table-cell-padding / 2))) (-$table-cell-padding) (-$grid-gutter-width-half);
padding: $table-cell-padding 0 $table-cell-padding $grid-gutter-width-half;
height: calc(#{$table-cell-padding * 2} + #{$line-height-base});
line-height: $line-height-root;
Expand Down

0 comments on commit 2730ef7

Please sign in to comment.