mirror of
https://github.com/Steffo99/steffoweb.git
synced 2024-11-24 09:04:30 +00:00
🔧 Disable minWidth on accounts
This commit is contained in:
parent
23463ecb0d
commit
89e64540fe
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ export function Account({icon, url, name}: AccountProps): JSX.Element {
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Panel className={Style.Account}>
|
<Panel className={Style.Account} style={{minWidth: "unset"}}>
|
||||||
{contents}
|
{contents}
|
||||||
</Panel>
|
</Panel>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue