From e8abe15483e6e740ed8efae32c2382f999a94a8f Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 10 Nov 2019 19:52:48 +0100 Subject: [PATCH] luci-theme-bootstrap: fix mobile input cutoff in dropdowns Fixes: #3285 Signed-off-by: Jo-Philipp Wich --- .../htdocs/luci-static/bootstrap/mobile.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 177180f008..2d4f856602 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"] { -- 2.30.2