diff --git a/src/components/AppLayout/MenuList.tsx b/src/components/AppLayout/MenuList.tsx index 20dd06d7a..bd3e16ca9 100644 --- a/src/components/AppLayout/MenuList.tsx +++ b/src/components/AppLayout/MenuList.tsx @@ -65,7 +65,7 @@ const styles = (theme: Theme) => borderLeft: `solid 2px ${theme.palette.primary.main}`, content: "''", height: 33, - left: -25, + left: -20, position: "absolute", top: 8 }, @@ -115,7 +115,7 @@ const styles = (theme: Theme) => borderLeft: `solid 2px ${theme.palette.primary.main}`, content: "''", height: 33, - left: -25, + left: -20, position: "absolute", top: 8 },