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.cdn.openwrt.org/?a=commitdiff_plain;h=8e09f1833b27e98208472ae44ff4b2ed218fa083;p=project%2Fluci.git luci-theme-bootstrap: fix incorrect wrap arounds in nested cbi sections Fixes: #5743 Signed-off-by: Jo-Philipp Wich --- 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%; }