Skip to content

Commit

Permalink
fix: 🐛 issue#28772 Fixed spanish placeholder problem on Search bar co…
Browse files Browse the repository at this point in the history
…mponent (github#28773)

Co-authored-by: cmwilson21 <[email protected]>
  • Loading branch information
Nicol4sDev and cmwilson21 authored Oct 3, 2023
1 parent fbf7966 commit 607e8e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/search/components/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export function Search() {
borderBottomRightRadius: 'unset',
borderTopRightRadius: 'unset',
borderRight: 'none',
minWidth: localQuery ? 'unset' : '15rem',
}}
/>
</label>
Expand Down

0 comments on commit 607e8e2

Please sign in to comment.