From: Miguel Angel Mulero Martinez Date: Sat, 30 Apr 2022 08:36:22 +0000 (+0200) Subject: luci-material-theme: make control-group flex X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=17ddeb7b579160b5367047bbfaa079090090b888;p=openwrt-luci.git luci-material-theme: make control-group flex The control-group div does not flex. The buttons overflow the screen. This change mades them flex. Signed-off-by: Miguel Angel Mulero Martinez --- diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css index f6cc45fa5b..b14e6dcb49 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -2340,6 +2340,12 @@ input[name="nslookup"] { margin-bottom: .2rem; } +.control-group { + display: flex; + flex-wrap: wrap; + gap: 2px; +} + [data-page="admin-system-opkg"] div.btn { line-height: 3; display: inline;