summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2022-03-25 11:49:10 +0100
committerJo-Philipp Wich <jo@mein.io>2022-03-25 11:49:57 +0100
commit8e09f1833b27e98208472ae44ff4b2ed218fa083 (patch)
tree7d08eafc992161fa9834481a5ff53e1912967903 /themes
parent70051988c633c9e076efef4b803b63c2307a3e22 (diff)
luci-theme-bootstrap: fix incorrect wrap arounds in nested cbi sections
Fixes: #5743 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.css1
1 files changed, 1 insertions, 0 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 09f469784a..b58f73d1ab 100644
--- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
+++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
@@ -546,6 +546,7 @@ textarea {
color: var(--text-color-high);
}
+.cbi-value > .cbi-section,
.cbi-value > .cbi-tblsection {
width: 100%;
}