From: Jo-Philipp Wich Date: Mon, 21 Feb 2022 22:42:16 +0000 (+0100) Subject: luci-theme-bootstrap: fix display glitch with combo buttons in row actions X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=edbde448b8fae99a5646951aef5f3717dc283c87;p=openwrt-luci.git luci-theme-bootstrap: fix display glitch with combo buttons in row actions Fixes: #5693 Signed-off-by: Jo-Philipp Wich --- 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;