Skip to content
2 changes: 2 additions & 0 deletions packages/block-library/src/search/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ $button-spacing-y: math.div($grid-unit-15, 2); // 6px
svg {
min-width: $grid-unit-30;
min-height: $grid-unit-30;
width: 1.25em;
height: 1.25em;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🏆 to @andrewserong for suggesting this.

2024-02-22.13.15.30.mp4

fill: currentColor;
vertical-align: text-bottom;
}
Expand Down