From 58f47fa03b430473dee63b53a1a0a0f7797aaef6 Mon Sep 17 00:00:00 2001 From: mindofmar Date: Wed, 13 Aug 2025 16:38:09 -0500 Subject: [PATCH] fix: add overflow protection on very long urls --- static/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/index.css b/static/index.css index 5b9ddff..787c3f1 100644 --- a/static/index.css +++ b/static/index.css @@ -149,6 +149,8 @@ button { display: flex; flex-direction: column; gap: 16px; + overflow: hidden; + max-width: 100%; } .warning-icon {