Skip to content

Commit

Permalink
[docs] Fix Safari button misalignment (mui#34861)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored and Daniel Rabe committed Nov 29, 2022
1 parent 552fe27 commit 176ed0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/modules/components/AppSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const SearchButton = styled('button')(({ theme }) => {
minHeight: 34,
display: 'flex',
alignItems: 'center',
margin: 0, // Reset for Safari
paddingLeft: theme.spacing(1),
[theme.breakpoints.only('xs')]: {
backgroundColor: 'transparent',
Expand Down

0 comments on commit 176ed0a

Please sign in to comment.