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:
parent
31a27f3087
commit
2dba71e4e8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue