From 7c2770c7e73f8ea0ac469d4fb6248e135692ccd9 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Thu, 9 May 2024 15:34:46 -0700 Subject: [PATCH] Fix geofences sidebar width --- src/other/GeofencesPage.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/other/GeofencesPage.jsx b/src/other/GeofencesPage.jsx index a27a6dca69..438d31e5da 100644 --- a/src/other/GeofencesPage.jsx +++ b/src/other/GeofencesPage.jsx @@ -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,