Skip to content

Commit 85af890

Browse files
committed
fixed
1 parent 831c37a commit 85af890

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/twenty-front/src/modules/ui/navigation/navigation-drawer/components/NavigationDrawer.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ const StyledContainer = styled.div<{ isSubMenu?: boolean }>`
4545
: ''}
4646
4747
@media (max-width: ${MOBILE_VIEWPORT}px) {
48-
width: 95%;
48+
width: 100%;
49+
padding-left: 20px;
50+
padding-right: 20px;
4951
}
5052
`;
5153

0 commit comments

Comments
 (0)