From 1c10db2e427b17df66a0fa0420b2cb18b8253538 Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Tue, 5 Nov 2024 05:14:03 -0700 Subject: [PATCH] hide overflow in download URL --- static/style/download.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/style/download.css b/static/style/download.css index 4dfa7c0..a70722c 100644 --- a/static/style/download.css +++ b/static/style/download.css @@ -13,6 +13,8 @@ input[type="url"] { width: 100%; padding: 1rem; font-size: 1.25rem; + text-overflow: hidden; + box-sizing: border-box; } .radio-group {