Fix input width for password form field

This commit is contained in:
Oliver Davies 2021-03-12 17:36:46 +00:00
parent 3832d7972d
commit 76de7f5d6c

View file

@ -3,11 +3,6 @@
@apply space-y-5 @apply space-y-5
} }
[type='text'],
textarea {
@apply w-full
}
[type='text'], [type='text'],
[type='email'], [type='email'],
[type='url'], [type='url'],
@ -23,7 +18,7 @@
[multiple], [multiple],
select, select,
textarea { textarea {
@apply border-gray-400 rounded-lg @apply border-gray-400 rounded-lg w-full
} }
.form-item, .form-item,