From 17ddeb7b579160b5367047bbfaa079090090b888 Mon Sep 17 00:00:00 2001 From: Miguel Angel Mulero Martinez Date: Sat, 30 Apr 2022 10:36:22 +0200 Subject: [PATCH] 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 --- .../htdocs/luci-static/material/cascade.css | 6 ++++++ 1 file changed, 6 insertions(+) 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; -- 2.30.2