From fb5015c4cf2a5f8573a4f5e214b9e37b029df404 Mon Sep 17 00:00:00 2001 From: Ceebug Date: Sun, 20 Sep 2026 21:16:42 +1000 Subject: [PATCH 1/5] Fix server card overflow on long messages and small screens Long server status messages could overflow into other card content, while the home grid could extend past the container on smaller viewports. Add min-w-0 and truncate to prevent long status text from overlapping other content, and update the grid sizing so it can shrink below 670px when needed. --- .../components/ui/world/RecentWorldsList.vue | 2 +- .../src/components/ui/world/WorldItem.vue | 21 ++++++++++--------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/apps/app-frontend/src/components/ui/world/RecentWorldsList.vue b/apps/app-frontend/src/components/ui/world/RecentWorldsList.vue index e42cdcb0630..e6720980e24 100644 --- a/apps/app-frontend/src/components/ui/world/RecentWorldsList.vue +++ b/apps/app-frontend/src/components/ui/world/RecentWorldsList.vue @@ -531,7 +531,7 @@ onUnmounted(() => {