Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2022-02-22 01:42:16 +0300
committerJo-Philipp Wich <jo@mein.io>2022-02-22 01:42:16 +0300
commitedbde448b8fae99a5646951aef5f3717dc283c87 (patch)
treec85dbb234c2b0110e5fc6a130444f819c6965a5a /themes
parent5663fd596b567d53587fcc4052df3095520c08a7 (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')
-rw-r--r--themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css2
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;