luci-theme-bootstrap, luci-theme-openwrt: allow dynlist .add-item to expand
[project/luci.git] / themes / luci-theme-openwrt / htdocs / luci-static / openwrt.org / cascade.css
index 13939da3bdaf3a4291636373eda351f9ecd521d4..4203f03624bd8ab11b3bba9161aa4a88e5b640dd 100644 (file)
@@ -1263,6 +1263,14 @@ ul.cbi-tabmenu li.cbi-tab {
        height: auto;
 }
 
+.cbi-dynlist > .add-item {
+       display: flex;
+}
+
+.cbi-dynlist > .add-item > input {
+       flex: 1 1 auto;
+}
+
 input[type="text"] + .cbi-button,
 input[type="password"] + .cbi-button,
 select + .cbi-button {