luci-theme-bootstrap: fix mobile input cutoff in dropdowns

Fixes: #3285
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit e8abe15483)
This commit is contained in:
Jo-Philipp Wich 2019-11-10 19:52:48 +01:00
parent f78cc97925
commit 3ec0b3a24e

View file

@ -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"] {