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 c9c11ea45c..2f7b084e78 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -291,7 +291,8 @@ body { } .container { - width: 86%; + width: 100%; + max-width: 1180px; margin-left: auto; margin-right: auto; zoom: 1;