From f1d687eeaea0c0ccd0834a139d855ea9e1878550 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 (cherry picked from commit 8e09f1833b27e98208472ae44ff4b2ed218fa083) --- .../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 c1d1c8f51a..8b7aa4e70f 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