From be028dce56410166d6950c6036dab97fa8c6a81a Mon Sep 17 00:00:00 2001 From: Ansuel Smith Date: Wed, 4 Aug 2021 18:04:54 +0200 Subject: luci-theme: fix css for flash advanced settings Fix themes for broken display of advanced button in the sysupgrade modal. Signed-off-by: Ansuel Smith --- 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 5b5b7ac2dc..cc7e84d133 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -1752,6 +1752,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { border-style: solid; border-radius: 4px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); + white-space: unset; } .alert-message .close { -- cgit v1.2.3