From 89e64540fe2b68c8d11288b070ac287d4e285512 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 25 Oct 2021 13:41:34 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Disable=20minWidth=20on=20accoun?= =?UTF-8?q?ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Account.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Account.tsx b/src/components/Account.tsx index 562a57d..04b1766 100644 --- a/src/components/Account.tsx +++ b/src/components/Account.tsx @@ -22,7 +22,7 @@ export function Account({icon, url, name}: AccountProps): JSX.Element { } return ( - + {contents} )