Skip to content

Commit

Permalink
Merge branch '2.2' into 2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 20, 2024
2 parents f90a540 + 2730ef7 commit 49d5750
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 49d5750

Please sign in to comment.