From 6ffd1592ce574afe5493d8d7d11f65bec1916e86 Mon Sep 17 00:00:00 2001 From: Dirk Brenken Date: Mon, 28 Dec 2020 08:41:57 +0100 Subject: [PATCH] luci-theme-bootstrap: fix text wrapping in buttons * should fix #4647 Signed-off-by: Dirk Brenken --- .../htdocs/luci-static/bootstrap/cascade.css | 1 + 1 file changed, 1 insertion(+) 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 63eb51cceb..562f57f5cb 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -1294,6 +1294,7 @@ body.modal-overlay-active #modal_overlay { border-bottom-color: #bbb; border-radius: 4px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); + white-space: pre; } .btn:focus, -- 2.30.2