From 9518d7f8c135b5a0fc310127732ecaf6d55d6db8 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 3 Apr 2020 13:47:00 +0200 Subject: [PATCH] luci-theme-bootstrap: fix dynlist overflows Fixes: #3795 Signed-off-by: Jo-Philipp Wich (backported from commit 015712bba0fe4b036b4d12235a7b664d5b4cf3fe) --- .../htdocs/luci-static/bootstrap/cascade.css | 2 ++ 1 file changed, 2 insertions(+) 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 { -- 2.25.1