fix: Settings Navigation drawer crops elements (#7557)

Closes #7550

---------

Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
This commit is contained in:
Harshit Singh 2024-10-10 20:52:07 +05:30 committed by GitHub
parent 6824e35f3d
commit 9277cb7729
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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`