From 015712bba0fe4b036b4d12235a7b664d5b4cf3fe Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 3 Apr 2020 13:47:00 +0200 Subject: luci-theme-bootstrap, luci-theme-openwrt-2020: fix dynlist overflows Fixes: #3795 Signed-off-by: Jo-Philipp Wich --- themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'themes/luci-theme-bootstrap') 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 c85bd866d3..4387e95889 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 { -- cgit v1.2.3