From 071f4aaf858db62711fd54afa7faf19300446585 Mon Sep 17 00:00:00 2001 From: Wan <495709+wa0x6e@users.noreply.github.com> Date: Wed, 18 Sep 2024 13:48:47 +0900 Subject: [PATCH] fix(ui): fix overflowing text (#4879) * fix: limit username max length * fix: break works to prevent content spilling outside the box * fix: prevent long username to overflow its container * fix: do not shrink the copy address button to prevent multiline button --- src/components/BaseBlock.vue | 2 +- src/components/NavbarAccount.vue | 2 +- src/components/ProfileAddressCopy.vue | 2 +- src/views/SpaceDelegate.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/BaseBlock.vue b/src/components/BaseBlock.vue index 530e4d134b8..868300c0f0a 100644 --- a/src/components/BaseBlock.vue +++ b/src/components/BaseBlock.vue @@ -69,7 +69,7 @@ const isCollapsed = ref(true);