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:
parent
5663fd596b
commit
edbde448b8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue