Adapt width to language

This commit is contained in:
Nicola Benaglia 2025-05-28 22:20:24 +02:00
parent 96e837fe55
commit 735bb08081
2 changed files with 4 additions and 1 deletions

View File

@ -43,6 +43,9 @@ export const IconWrapper = ({
fontFamily: 'Inter',
fontSize: '12px',
fontWeight: 500,
whiteSpace: 'nowrap',
overflow: 'hidden',
textOverflow: 'ellipsis',
}}
>
{label}

View File

@ -46,7 +46,7 @@ export const DesktopSideBar = ({
flexDirection: 'column',
gap: '25px',
height: '100vh',
width: '60px',
width: 'auto', // must adapt to the choosen language
}}
>
<ButtonBase