From 76de7f5d6c9e004d57b66501f9707ef18535dee1 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 12 Mar 2021 17:36:46 +0000 Subject: [PATCH] Fix input width for password form field --- web/themes/custom/opdavies/assets/css/base/forms.pcss | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/web/themes/custom/opdavies/assets/css/base/forms.pcss b/web/themes/custom/opdavies/assets/css/base/forms.pcss index 07a3424..e513ab0 100644 --- a/web/themes/custom/opdavies/assets/css/base/forms.pcss +++ b/web/themes/custom/opdavies/assets/css/base/forms.pcss @@ -3,11 +3,6 @@ @apply space-y-5 } - [type='text'], - textarea { - @apply w-full - } - [type='text'], [type='email'], [type='url'], @@ -23,7 +18,7 @@ [multiple], select, textarea { - @apply border-gray-400 rounded-lg + @apply border-gray-400 rounded-lg w-full } .form-item,