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:
parent
be506665df
commit
9a6e584449
2 changed files with 2 additions and 3 deletions
|
@ -482,6 +482,7 @@ select,
|
|||
border-radius: 3px;
|
||||
position: relative;
|
||||
pointer-events: none;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.cbi-dynlist > .item::after {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue