diff options
author | Jo-Philipp Wich <jo@mein.io> | 2022-02-21 23:42:16 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2022-02-21 23:42:16 +0100 |
commit | edbde448b8fae99a5646951aef5f3717dc283c87 (patch) | |
tree | c85dbb234c2b0110e5fc6a130444f819c6965a5a /themes/luci-theme-bootstrap/htdocs/luci-static | |
parent | 5663fd596b567d53587fcc4052df3095520c08a7 (diff) |
luci-theme-bootstrap: fix display glitch with combo buttons in row actions
Fixes: #5693
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes/luci-theme-bootstrap/htdocs/luci-static')
-rw-r--r-- | themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index c3b99ed5bd..c1d1c8f51a 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -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; |