Full width password inputs

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

View file

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