From f887abdb3816b9157cd7aad2e4f5af58cf81c853 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Tue, 11 Oct 2022 13:50:09 +0200 Subject: [PATCH] Increase input element padding The text gets a bit cramped otherwise. Extra so at larger font sizes. --- app/styles/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/styles/base.css b/app/styles/base.css index 0af30fd8..f9c3563d 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -117,7 +117,7 @@ textarea { -moz-appearance: none; background: none; - padding: 2px; + padding: 5px; border: 1px solid rgb(192, 192, 192); border-radius: 5px; color: black; @@ -134,7 +134,7 @@ select { -moz-appearance: none; background: none; - padding: 2px; + padding: 5px; border: 1px solid rgb(192, 192, 192); border-bottom-width: 2px; border-radius: 5px;