From: Jo-Philipp Wich Date: Fri, 25 Mar 2022 10:49:10 +0000 (+0100) Subject: luci-theme-bootstrap: fix incorrect wrap arounds in nested cbi sections X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f187425556ff33ddeac341ffe3366bf79c9d1324;p=project%2Fluci.git luci-theme-bootstrap: fix incorrect wrap arounds in nested cbi sections Fixes: #5743 Signed-off-by: Jo-Philipp Wich (cherry picked from commit 8e09f1833b27e98208472ae44ff4b2ed218fa083) --- 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%; }