From c7142194fe705f5caaf5c8d94aaffd284ec74354 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Wed, 10 Jul 2019 22:59:55 -0400 Subject: [PATCH] add overflow:hidden here to prevent horizontal scrolling artifacts --- views/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/views/style.css b/views/style.css index ca409c2..41fac4d 100644 --- a/views/style.css +++ b/views/style.css @@ -117,6 +117,7 @@ input[type=file] { padding-left: 1em; padding-right: 1em; padding-top: 0; + overflow: hidden; } .honk #honkform { padding: 1em;