From b5787fae94fb289061636012ce7a756884b2fa06 Mon Sep 17 00:00:00 2001 From: Joe Lothan Date: Wed, 27 May 2026 11:36:04 -0400 Subject: [PATCH] long url truncate with ... on mobile --- frontend/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/index.html b/frontend/index.html index 1bf308e..d78851a 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -315,7 +315,7 @@ text-overflow: ellipsis; white-space: nowrap; text-decoration: none; - flex-shrink: 0; + min-width: 0; } .iframe-urlbar .url-text:hover {