luci-theme-bootstrap: fix display glitch with combo buttons in row actions
authorJo-Philipp Wich <jo@mein.io>
Mon, 21 Feb 2022 22:42:16 +0000 (23:42 +0100)
committerJo-Philipp Wich <jo@mein.io>
Mon, 21 Feb 2022 22:42:16 +0000 (23:42 +0100)
Fixes: #5693
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css

index c3b99ed5bd97ed22808254a94b28805ed90ab04d..c1d1c8f51a747152bf341b19ab7a459d7d122bc8 100644 (file)
@@ -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;