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>
Sun, 10 Nov 2019 18:52:48 +0000 (19:52 +0100)
Fixes: #3285
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css

index 177180f008016f55ac1dd43a5004c1bdca3779f7..2d4f856602b7b37c15e628090a1dc3ec696cf4f8 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"] {