From b3da154fa436acdffc934a8389ab3915098531a5 Mon Sep 17 00:00:00 2001 From: Wako Date: Sat, 8 Dec 2018 12:23:18 -0600 Subject: [PATCH] Update inputs.scss Using width instead of max-width don't make the input wider than it's container in mobile. --- scss/form/inputs.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/form/inputs.scss b/scss/form/inputs.scss index ce8df0e..e69a481 100644 --- a/scss/form/inputs.scss +++ b/scss/form/inputs.scss @@ -9,7 +9,7 @@ -4px 0 $border; } - max-width: 100%; + width: 100%; padding: 0.5rem 1rem; margin: 4px; border: none;