From 1ca52f05726d4e375261e2cf7e10156e090fce45 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Wed, 21 Jan 2026 12:00:00 -0600 Subject: [PATCH] Smaller border radius to handle long file names --- app/assets/stylesheets/inputs.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/inputs.css b/app/assets/stylesheets/inputs.css index 573bb5e38..95bd3d00f 100644 --- a/app/assets/stylesheets/inputs.css +++ b/app/assets/stylesheets/inputs.css @@ -106,6 +106,7 @@ .input--upload { --btn-border-color: var(--color-ink); + --btn-border-radius: 1ch; border-style: dashed; position: relative;