luci-theme-bootstrap: fix display glitch with combo buttons in row actions

Fixes: #5693
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit edbde448b8)
This commit is contained in:
Jo-Philipp Wich 2022-02-21 23:42:16 +01:00
parent 31a27f3087
commit 2dba71e4e8

View 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;