luci-theme-bootstrap: fix mobile input cutoff in dropdowns
authorJo-Philipp Wich <jo@mein.io>
Sun, 10 Nov 2019 18:52:48 +0000 (19:52 +0100)
committerJo-Philipp Wich <jo@mein.io>
Mon, 11 Nov 2019 09:15:49 +0000 (10:15 +0100)
Fixes: #3285
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit e8abe15483e6e740ed8efae32c2382f999a94a8f)

themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css

index b8892fbf0a2d1cf5174993675adbb7f154fc03b0..2e0bf2f433e2431624eb28e0170fcfd7c589fbdd 100644 (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"] {