Skip to content

Commit 49ef62d

Browse files
[docs] Fix Safari button misalignment (mui#34861)
1 parent 15dab87 commit 49ef62d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/modules/components/AppSearch.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const SearchButton = styled('button')(({ theme }) => {
2626
minHeight: 34,
2727
display: 'flex',
2828
alignItems: 'center',
29+
margin: 0, // Reset for Safari
2930
paddingLeft: theme.spacing(1),
3031
[theme.breakpoints.only('xs')]: {
3132
backgroundColor: 'transparent',

0 commit comments

Comments
 (0)