From: Jo-Philipp Wich Date: Sun, 10 Nov 2019 18:52:48 +0000 (+0100) Subject: luci-theme-bootstrap: fix mobile input cutoff in dropdowns X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3ec0b3a24ee66eb4b62a69412baff6f45f9f7c3f;p=oweals%2Fluci.git luci-theme-bootstrap: fix mobile input cutoff in dropdowns Fixes: #3285 Signed-off-by: Jo-Philipp Wich (cherry picked from commit e8abe15483e6e740ed8efae32c2382f999a94a8f) --- diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css index b8892fbf0..2e0bf2f43 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css @@ -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"] {