From: Jo-Philipp Wich Date: Fri, 3 Apr 2020 11:47:00 +0000 (+0200) Subject: luci-theme-bootstrap: fix dynlist overflows X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9518d7f8c135b5a0fc310127732ecaf6d55d6db8;p=oweals%2Fluci.git luci-theme-bootstrap: fix dynlist overflows Fixes: #3795 Signed-off-by: Jo-Philipp Wich (backported from commit 015712bba0fe4b036b4d12235a7b664d5b4cf3fe) --- diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index c85bd866d..4387e9588 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -494,6 +494,8 @@ select, border-radius: 3px; position: relative; pointer-events: none; + overflow: hidden; + word-break: break-all; } .cbi-dynlist > .item::after {