Skip to content

Commit

Permalink
Fix geofences sidebar width
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed May 9, 2024
1 parent a47064e commit 7c2770c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/other/GeofencesPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const useStyles = makeStyles((theme) => ({
drawerPaper: {
position: 'relative',
[theme.breakpoints.up('sm')]: {
width: theme.dimensions.drawerWidthTablet,
width: theme.dimensions.drawerWidthDesktop,
},
[theme.breakpoints.down('sm')]: {
height: theme.dimensions.drawerHeightPhone,
Expand Down

0 comments on commit 7c2770c

Please sign in to comment.