From 93d78d9c8b3e9f47e9cce1fc132615f8fad76cf6 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 30 Nov 2022 21:38:18 +0000 Subject: [PATCH] fix(ui): truncate account info (#261) --- components/account/AccountCard.vue | 4 +++- components/account/AccountInfo.vue | 8 ++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/components/account/AccountCard.vue b/components/account/AccountCard.vue index c0f1263e..c20c9934 100644 --- a/components/account/AccountCard.vue +++ b/components/account/AccountCard.vue @@ -14,9 +14,11 @@ cacheAccount(account) -
+
diff --git a/components/account/AccountInfo.vue b/components/account/AccountInfo.vue index 39e50c63..b303b2a5 100644 --- a/components/account/AccountInfo.vue +++ b/components/account/AccountInfo.vue @@ -16,12 +16,12 @@ defineOptions({