Full width password inputs
This commit is contained in:
parent
e9e32ef5d0
commit
f91b575dea
1 changed files with 1 additions and 1 deletions
|
@ -89,6 +89,6 @@ label {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type='text'], select {
|
input[type='text'], input[type='password'], select {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue