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:
Jo-Philipp Wich 2019-11-10 19:52:48 +01:00
parent 4cc7772ed5
commit e8abe15483

View file

@ -177,9 +177,11 @@ header h3 a, header .brand {
margin: 0; margin: 0;
} }
input, textarea, select { input, textarea, select,
.cbi-dropdown > ul > li input[type="text"] {
font-size: 16px !important; font-size: 16px !important;
line-height: 28px; line-height: 28px;
height: auto;
} }
select, input[type="text"], input[type="password"] { select, input[type="text"], input[type="password"] {