diff --git a/CHANGELOG.md b/CHANGELOG.md index 55da894a7..346aa6dfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ All notable, unreleased changes to this project will be documented in this file. - Update checkbox design - #651 by @dominik-zeglen - Add warehouse choice - #646 by @dominik-zeglen - Fix user management modal actions - #637 by @eaglesemanation +- Fix navigator button rendering on safari browser - #656 by @dominik-zeglen ## 2.10.1 diff --git a/src/components/NavigatorButton/NavigatorButton.tsx b/src/components/NavigatorButton/NavigatorButton.tsx index d35b87668..ad3189280 100644 --- a/src/components/NavigatorButton/NavigatorButton.tsx +++ b/src/components/NavigatorButton/NavigatorButton.tsx @@ -69,6 +69,7 @@ const useStyles = makeStyles( border: `1px solid ${theme.palette.divider}`, height: 40, marginRight: theme.spacing(2), + padding: 6, width: 40 } };