Skip to content

Commit

Permalink
Fixed the issue of width not updating to 25%
Browse files Browse the repository at this point in the history
  • Loading branch information
amitraj2203 committed May 17, 2024
1 parent f25f59d commit 3fa8539
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/search/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ $button-spacing-y: math.div($grid-unit-15, 2); // 6px
flex: auto;
flex-wrap: nowrap;
max-width: 100%;
min-width: 220px;
}

.wp-block-search__label {
Expand Down

0 comments on commit 3fa8539

Please sign in to comment.