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,