mirror of
https://github.com/coolsnowwolf/luci
synced 2025-01-09 04:57:28 +08:00
Fix password field width issue. (#64)
This commit is contained in:
parent
84e7f1d904
commit
e23e8316e5
@ -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%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user