From dcdc2873a65e5db0a2e8f22ff402cc32fd3f14de Mon Sep 17 00:00:00 2001 From: sneak Date: Thu, 26 Feb 2026 19:06:49 +0700 Subject: [PATCH] Fix host row: min-width on name, fixed grid width, no clipping - Name cell gets min-w-[200px] so titles don't over-truncate - Grid is flex-shrink-0 at 420px so it never squeezes - Removed overflow-hidden that was clipping the stats line --- src/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.js b/src/main.js index fa02d9f..15a0000 100644 --- a/src/main.js +++ b/src/main.js @@ -553,8 +553,8 @@ function hostRowHTML(host, index, showPin = true) {
${pinBtn} -
-
+
+
${host.name}