From 71369c4c7823853ac9a77c8f40efe1cb68e1e10a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=E2=80=8B=E2=80=8C=E2=80=8B=E2=80=AE=20=E2=80=ACHayes?= =?UTF-8?q?=E2=80=8C=E2=80=8B=E2=80=8B=E2=80=8B?= Date: Tue, 13 Aug 2024 11:45:09 -0400 Subject: [PATCH] fix(ui): profile name gets cut off by roles (#2915) --- components/account/AccountHeader.vue | 4 +++- components/account/AccountHoverCard.vue | 2 +- components/account/AccountInfo.vue | 8 +++++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/components/account/AccountHeader.vue b/components/account/AccountHeader.vue index 03b7c721..b28a25b0 100644 --- a/components/account/AccountHeader.vue +++ b/components/account/AccountHeader.vue @@ -189,7 +189,6 @@ async function copyAccountName() {
-
@@ -202,6 +201,9 @@ async function copyAccountName() {
+
+ +