Skip to content

Commit

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

---------

Co-authored-by: Lucas Bordeau <[email protected]>
  • Loading branch information
harshit078 and lucasbordeau committed Oct 14, 2024
1 parent 6f3e0f8 commit c8ce9bc
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 c8ce9bc

Please sign in to comment.