Skip to content

Commit

Permalink
fix: Settings Navigation drawer crops elements (#7557)
Browse files Browse the repository at this point in the history
Closes #7550

---------

Co-authored-by: Lucas Bordeau <[email protected]>
  • Loading branch information
harshit078 and lucasbordeau authored Oct 10, 2024
1 parent 6824e35 commit 9277cb7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ const StyledContainer = styled.div<{ isSubMenu?: boolean }>`
@media (max-width: ${MOBILE_VIEWPORT}px) {
width: 100%;
padding-left: 20px;
padding-right: 20px;
}
`;
const StyledItemsContainer = styled.div`
Expand Down

0 comments on commit 9277cb7

Please sign in to comment.