Fix input width for password form field
This commit is contained in:
parent
3832d7972d
commit
76de7f5d6c
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue