summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2020-04-03 13:47:00 +0200
committerJo-Philipp Wich <jo@mein.io>2020-04-03 13:47:00 +0200
commit015712bba0fe4b036b4d12235a7b664d5b4cf3fe (patch)
tree5fd2c1a538a3f749b528d1ff96d26d7cecc0f723 /themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
parent0c3152c88d108a39b6f235300dd56fac81748aa6 (diff)
luci-theme-bootstrap, luci-theme-openwrt-2020: fix dynlist overflows
Fixes: #3795 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css')
-rw-r--r--themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css2
1 files changed, 2 insertions, 0 deletions
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 {