From 0c08c893141dcaf6025bb68cce6aa2c0a19ef2f8 Mon Sep 17 00:00:00 2001 From: Juraj Uhlar Date: Wed, 24 Apr 2024 14:58:11 +0100 Subject: [PATCH] chore: fix loan risk styles (#139) --- src/styles/forms.module.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/styles/forms.module.scss b/src/styles/forms.module.scss index eb1c6f9f..70eb6d31 100644 --- a/src/styles/forms.module.scss +++ b/src/styles/forms.module.scss @@ -41,7 +41,6 @@ form.useCaseForm { } input[type='text'], - input[type='number'], input[type='password'], input[type='tel'] { padding: rem(16px) rem(12px);