luci-theme-bootstrap, luci-theme-openwrt: allow dynlist item content to wrap

Very long values without whitespace can easily overflow the dynlist item
container, so allow the browser to forcibly break such lines.

Reported-by: Hannu Nyman <hannu.nyman@iki.fi>
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2018-12-02 16:57:24 +01:00
parent be506665df
commit 9a6e584449
2 changed files with 2 additions and 3 deletions

View file

@ -482,6 +482,7 @@ select,
border-radius: 3px;
position: relative;
pointer-events: none;
word-break: break-all;
}
.cbi-dynlist > .item::after {

View file

@ -1242,9 +1242,7 @@ ul.cbi-tabmenu li.cbi-tab {
border-radius: 3px;
position: relative;
pointer-events: none;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
word-break: break-all;
}
.cbi-dynlist > .item::after {