Limit container width to 100%

Fixes site configuration pages go too wide
This commit is contained in:
nathan 2021-09-17 09:24:12 -06:00
parent d23b55fe6d
commit 23f0a95447

View File

@ -26,6 +26,7 @@
padding: 0px;
background-color: white;
height: 99%;
max-width: 100%
}
.et2_container > div:not([class]) {
height: 100%;