From 949c64d17ba130dfb03202890f26ef0afdbcacbc Mon Sep 17 00:00:00 2001 From: pa Date: Wed, 28 Jan 2026 22:47:37 +0900 Subject: [PATCH] fix location text truncation and overflow issues (#1606) --- src/components/Location.vue | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/components/Location.vue b/src/components/Location.vue index ba58064c..bcfb82d1 100644 --- a/src/components/Location.vue +++ b/src/components/Location.vue @@ -6,18 +6,17 @@
- {{ text }} - {{ - ` · #${instanceName}` - }} - - ({{ groupName }}) + + {{ text }} + {{ + ` · #${instanceName}` + }} + + ({{ groupName }}) +