From c24ea89b82903753f970305a3a0d2a0b80b58250 Mon Sep 17 00:00:00 2001 From: Cleiton Floss Date: Wed, 3 Jun 2020 21:17:48 -0400 Subject: [PATCH] Inputs: increase the padding --- src/renderer/components/ft-input/ft-input.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/ft-input/ft-input.css b/src/renderer/components/ft-input/ft-input.css index 13224984..d1799b93 100644 --- a/src/renderer/components/ft-input/ft-input.css +++ b/src/renderer/components/ft-input/ft-input.css @@ -8,7 +8,7 @@ -moz-box-sizing: border-box; outline: none; width: 100%; - padding: 7px; + padding: 1rem; border: none; background: transparent; margin-bottom: 10px;