diff --git a/src/js/components/Overview/Drawer/ManageChartsDrawer.tsx b/src/js/components/Overview/Drawer/ManageChartsDrawer.tsx index c2720c3b..f1034704 100644 --- a/src/js/components/Overview/Drawer/ManageChartsDrawer.tsx +++ b/src/js/components/Overview/Drawer/ManageChartsDrawer.tsx @@ -26,7 +26,7 @@ const ManageChartsDrawer = ({ onManageDrawerClose, manageDrawerVisible }: Manage open={manageDrawerVisible} // If we're on a small device, make the drawer full-screen width instead of a fixed width. // The default value for Ant Design is 372. - width={isSmallScreen ? '100vw' : 400} + width={isSmallScreen ? '100vw' : 420} extra={