luci-theme-bootstrap: fix dynlist overflows
Fixes: #3795
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(backported from commit 015712bba0
)
This commit is contained in:
parent
7c29f560d5
commit
9518d7f8c1
1 changed files with 2 additions and 0 deletions
|
@ -494,6 +494,8 @@ select,
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
position: relative;
|
position: relative;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
overflow: hidden;
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cbi-dynlist > .item::after {
|
.cbi-dynlist > .item::after {
|
||||||
|
|
Loading…
Reference in a new issue