From 8e09f1833b27e98208472ae44ff4b2ed218fa083 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 25 Mar 2022 11:49:10 +0100 Subject: [PATCH] luci-theme-bootstrap: fix incorrect wrap arounds in nested cbi sections Fixes: #5743 Signed-off-by: Jo-Philipp Wich --- .../htdocs/luci-static/bootstrap/cascade.css | 1 + 1 file changed, 1 insertion(+) 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%; } -- 2.30.2