From da19e7ad022cb4e468377bedae48e571de9978e2 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 19 Dec 2022 18:02:45 +0800 Subject: [PATCH] This min-width: 0 hack is getting annoying Without this, long words would overflowwww --- src/components/account.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/account.css b/src/components/account.css index 443ac252..6e980ec0 100644 --- a/src/components/account.css +++ b/src/components/account.css @@ -42,6 +42,7 @@ gap: 12px; } #account-container .profile-field { + min-width: 0; flex-grow: 1; font-size: 90%; background-color: var(--bg-faded-color);