Fix password field width issue. (#64)

This commit is contained in:
venj 2021-06-14 01:38:56 +08:00 committed by GitHub
parent 84e7f1d904
commit e23e8316e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,6 +85,7 @@ header h3 a, header .brand {
margin-left: 0% !important;
}
.cbi-value-field input[type="text"],
.cbi-value-field input[type="password"],
.cbi-value-field select {
width: 100%;
}
@ -155,4 +156,4 @@ header h3 a, header .brand {
#maincontent.container {
margin-top: 50px !important;
}
}
}