luci-theme-bootstrap: fix incorrect wrap arounds in nested cbi sections
Fixes: #5743
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 8e09f1833b
)
This commit is contained in:
parent
0a0ce2ae6e
commit
f1d687eeae
1 changed files with 1 additions and 0 deletions
|
@ -546,6 +546,7 @@ textarea {
|
|||
color: var(--text-color-high);
|
||||
}
|
||||
|
||||
.cbi-value > .cbi-section,
|
||||
.cbi-value > .cbi-tblsection {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue