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