luci-theme-bootstrap: fix mobile input cutoff in dropdowns
Fixes: #3285 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
4cc7772ed5
commit
e8abe15483
1 changed files with 3 additions and 1 deletions
|
@ -177,9 +177,11 @@ header h3 a, header .brand {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
input, textarea, select {
|
||||
input, textarea, select,
|
||||
.cbi-dropdown > ul > li input[type="text"] {
|
||||
font-size: 16px !important;
|
||||
line-height: 28px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
select, input[type="text"], input[type="password"] {
|
||||
|
|
Loading…
Reference in a new issue