Skip to content

Commit

Permalink
Fix calc
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave committed Dec 16, 2024
1 parent bb99a71 commit 7eded97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/block-card/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
display: flex;
align-items: center;
flex-wrap: wrap;
gap: #{$grid-unit-10 / 2} $grid-unit-10;
gap: calc($grid-unit-10 / 2) $grid-unit-10;

&.block-editor-block-card__title {
font-size: $default-font-size;
Expand Down

0 comments on commit 7eded97

Please sign in to comment.