mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-22 21:50:43 +03:00
fix: Settings Navigation drawer crops elements (#7557)
Closes #7550 --------- Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
This commit is contained in:
parent
6824e35f3d
commit
9277cb7729
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user