Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Button Replace remaining 40px default size violations [Block Editor 3] #65225

Merged
merged 11 commits into from
Sep 24, 2024
Prev Previous commit
Next Next commit
Update packages/block-library/src/group/editor.scss
Co-authored-by: Lena Morita <lena@jaguchi.com>
  • Loading branch information
vipul0425 and mirka authored Sep 18, 2024
commit 00da47a649704be71cde304368cf9092b8cba75c
2 changes: 1 addition & 1 deletion packages/block-library/src/group/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
display: flex;
flex: 1 0 $button-size-next-default-40px;
pointer-events: none;
min-height: $grid-unit-50 - $border-width - $border-width;
min-height: $button-size-next-default-40px - $border-width - $border-width;
border: $border-width dashed currentColor;
}

Expand Down
Loading