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

Fixes: #5693
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2022-02-21 23:42:16 +01:00
parent 5663fd596b
commit edbde448b8

View file

@ -2030,7 +2030,7 @@ table table td,
display: flex; display: flex;
} }
.td.cbi-section-actions > * > *, .td.cbi-section-actions > :not(.cbi-dropdown) > *,
.td.cbi-section-actions > * > form > * { .td.cbi-section-actions > * > form > * {
flex: 1 1 4em; flex: 1 1 4em;
margin: 0 1px; margin: 0 1px;