Merge pull request #656 from mirumee/fix/navigator-button

Fix navigator button rendering on safari browser
This commit is contained in:
Dominik Żegleń 2020-08-21 11:20:02 +02:00 committed by GitHub
commit 871ee115bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -26,6 +26,7 @@ All notable, unreleased changes to this project will be documented in this file.
- Update checkbox design - #651 by @dominik-zeglen - Update checkbox design - #651 by @dominik-zeglen
- Add warehouse choice - #646 by @dominik-zeglen - Add warehouse choice - #646 by @dominik-zeglen
- Fix user management modal actions - #637 by @eaglesemanation - Fix user management modal actions - #637 by @eaglesemanation
- Fix navigator button rendering on safari browser - #656 by @dominik-zeglen
## 2.10.1 ## 2.10.1

View file

@ -69,6 +69,7 @@ const useStyles = makeStyles(
border: `1px solid ${theme.palette.divider}`, border: `1px solid ${theme.palette.divider}`,
height: 40, height: 40,
marginRight: theme.spacing(2), marginRight: theme.spacing(2),
padding: 6,
width: 40 width: 40
} }
}; };