From 66624b7d3cd1fcfc88a3ff8e3a869108b7f2a576 Mon Sep 17 00:00:00 2001 From: gideonwolfe Date: Sun, 23 Aug 2020 20:55:03 -0700 Subject: [PATCH] added padding to text box --- Web/styles/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Web/styles/style.css b/Web/styles/style.css index 062c1d7..b43ab2f 100644 --- a/Web/styles/style.css +++ b/Web/styles/style.css @@ -113,6 +113,8 @@ input { border-width: 1px; border-color: var(--color12); border-style: solid; + padding-top: 4px; + padding-bottom: 4px; } .column {