diff --git a/src/components/Desktop/DesktopFooter.tsx b/src/components/Desktop/DesktopFooter.tsx index 3441cf6..23bd474 100644 --- a/src/components/Desktop/DesktopFooter.tsx +++ b/src/components/Desktop/DesktopFooter.tsx @@ -43,6 +43,9 @@ export const IconWrapper = ({ fontFamily: 'Inter', fontSize: '12px', fontWeight: 500, + whiteSpace: 'nowrap', + overflow: 'hidden', + textOverflow: 'ellipsis', }} > {label} diff --git a/src/components/Desktop/DesktopLeftSideBar.tsx b/src/components/Desktop/DesktopLeftSideBar.tsx index 75f4f76..99e570b 100644 --- a/src/components/Desktop/DesktopLeftSideBar.tsx +++ b/src/components/Desktop/DesktopLeftSideBar.tsx @@ -46,7 +46,7 @@ export const DesktopSideBar = ({ flexDirection: 'column', gap: '25px', height: '100vh', - width: '60px', + width: 'auto', // must adapt to the choosen language }} >