Skip to content

Commit

Permalink
Resolve search block button text overlapping issue. (#66868)
Browse files Browse the repository at this point in the history
* chore: fix styling.

* chore: style changes.

Co-authored-by: snehapatil2001 <snehapatil02@git.wordpress.org>
Co-authored-by: gziolo <gziolo@git.wordpress.org>
Co-authored-by: viralsampat-multidots <mdviralsampat@git.wordpress.org>
  • Loading branch information
4 people authored Nov 22, 2024
1 parent 96f6338 commit 4337e35
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/block-library/src/search/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,9 @@ $button-spacing-y: math.div($grid-unit-15, 2); // 6px
// Prevent unintended text wrapping.
flex-shrink: 0;
max-width: 100%;
}

// Ensure minimum input field width in small viewports.
.wp-block-search__button[aria-expanded="true"] {
max-width: calc(100% - 100px);
box-sizing: border-box;
display: flex;
justify-content: center;
}

.wp-block-search__inside-wrapper {
Expand Down

0 comments on commit 4337e35

Please sign in to comment.