mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-03 15:07:00 +00:00
Adapt width to language
This commit is contained in:
parent
96e837fe55
commit
735bb08081
@ -43,6 +43,9 @@ export const IconWrapper = ({
|
||||
fontFamily: 'Inter',
|
||||
fontSize: '12px',
|
||||
fontWeight: 500,
|
||||
whiteSpace: 'nowrap',
|
||||
overflow: 'hidden',
|
||||
textOverflow: 'ellipsis',
|
||||
}}
|
||||
>
|
||||
{label}
|
||||
|
@ -46,7 +46,7 @@ export const DesktopSideBar = ({
|
||||
flexDirection: 'column',
|
||||
gap: '25px',
|
||||
height: '100vh',
|
||||
width: '60px',
|
||||
width: 'auto', // must adapt to the choosen language
|
||||
}}
|
||||
>
|
||||
<ButtonBase
|
||||
|
Loading…
x
Reference in New Issue
Block a user