diff --git a/docs/src/modules/components/AppSearch.js b/docs/src/modules/components/AppSearch.js index 1f3696c02f5baa..93e2ada4670f5a 100644 --- a/docs/src/modules/components/AppSearch.js +++ b/docs/src/modules/components/AppSearch.js @@ -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',