Full width password inputs

This commit is contained in:
Reid 'arrdem' McKenzie 2023-07-08 13:44:17 -06:00
parent e9e32ef5d0
commit f91b575dea

View file

@ -89,6 +89,6 @@ label {
}
}
input[type='text'], select {
input[type='text'], input[type='password'], select {
width: 100%;
}