From edbde448b8fae99a5646951aef5f3717dc283c87 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 21 Feb 2022 23:42:16 +0100 Subject: [PATCH] luci-theme-bootstrap: fix display glitch with combo buttons in row actions Fixes: #5693 Signed-off-by: Jo-Philipp Wich --- .../htdocs/luci-static/bootstrap/cascade.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index c3b99ed5bd..c1d1c8f51a 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -2030,7 +2030,7 @@ table table td, display: flex; } -.td.cbi-section-actions > * > *, +.td.cbi-section-actions > :not(.cbi-dropdown) > *, .td.cbi-section-actions > * > form > * { flex: 1 1 4em; margin: 0 1px; -- 2.30.2