From 23f0a95447a637221d13865edf8e4b0c66dbd669 Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 17 Sep 2021 09:24:12 -0600 Subject: [PATCH] Limit container width to 100% Fixes site configuration pages go too wide --- api/templates/default/etemplate2.css | 1 + 1 file changed, 1 insertion(+) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index 548d41eccf..0d7aabc9e3 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -26,6 +26,7 @@ padding: 0px; background-color: white; height: 99%; + max-width: 100% } .et2_container > div:not([class]) { height: 100%;