From 9a6e584449fcd86d88d140c99d1a51297e35be72 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 2 Dec 2018 16:57:24 +0100 Subject: 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 Signed-off-by: Jo-Philipp Wich --- themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | 1 + 1 file changed, 1 insertion(+) (limited to 'themes/luci-theme-bootstrap/htdocs/luci-static/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 98f6022ca0..3dfac33849 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -482,6 +482,7 @@ select, border-radius: 3px; position: relative; pointer-events: none; + word-break: break-all; } .cbi-dynlist > .item::after { -- cgit v1.2.3