From c4a29d8ae19fc8b872e19f17452a99f4946e81b9 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Mon, 30 Dec 2024 23:01:37 -0700 Subject: [PATCH] Remove vertical padding --- Apps/elements/input.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apps/elements/input.css b/Apps/elements/input.css index 0d1e4af..09276bc 100644 --- a/Apps/elements/input.css +++ b/Apps/elements/input.css @@ -8,7 +8,7 @@ font-size: inherit; position: relative; background: none; - padding: 2px 4px; + padding: 0px 4px; &[type="text"], &[type="number"] {