From 3a0bb913d58a60a7f7ecd1f16a290d7d4cbee543 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Fri, 5 Apr 2019 18:50:46 +0200 Subject: [PATCH] Improved form input padding (fixes #180) --- public/css/grocy.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/css/grocy.css b/public/css/grocy.css index 5c0b2a71..bf4264a7 100644 --- a/public/css/grocy.css +++ b/public/css/grocy.css @@ -178,6 +178,11 @@ input::-webkit-inner-spin-button { background-size: 0 0; } +/* There is a little too much padding on form inputs */ +.form-control { + padding-right: 0.75rem !important; +} + /* Third party component customizations - DataTables */ td { vertical-align: middle !important;