luci-theme-bootstrap: fix incorrect wrap arounds in nested cbi sections

Fixes: #5743
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2022-03-25 11:49:10 +01:00
parent 70051988c6
commit 8e09f1833b

View file

@ -546,6 +546,7 @@ textarea {
color: var(--text-color-high);
}
.cbi-value > .cbi-section,
.cbi-value > .cbi-tblsection {
width: 100%;
}