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
}
[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,