From 82aaec10ab5a72ceb161f023f0463ef933994276 Mon Sep 17 00:00:00 2001 From: Wan <495709+wa0x6e@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:41:05 +0800 Subject: [PATCH] fix: fix overflowing statement (#4943) * fix: show "clear delegations" button only when there is existing delegations * fix: fix overflowing statement when containing long words --- src/components/SpaceDelegatesCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SpaceDelegatesCard.vue b/src/components/SpaceDelegatesCard.vue index b19beb005e5f..7b90bf452285 100644 --- a/src/components/SpaceDelegatesCard.vue +++ b/src/components/SpaceDelegatesCard.vue @@ -124,7 +124,7 @@ function handleDropdownAction(action: string) {