luci-theme-bootstrap, luci-theme-openwrt: allow dynlist .add-item to expand
[project/luci.git] / themes / luci-theme-bootstrap / htdocs / luci-static / bootstrap / cascade.css
index 5f9d7e6034e48360813f77372282cdcb3f5085b1..bb0a0987da93bd31dd4179db2f9e96009be90d87 100644 (file)
@@ -496,6 +496,14 @@ select,
        pointer-events: auto;
 }
 
+.cbi-dynlist > .add-item {
+       display: flex;
+}
+
+.cbi-dynlist > .add-item > input {
+       flex: 1 1 auto;
+}
+
 select {
        padding: initial;
        background: #fff;