diff --git a/cms/static/sass/programs/_app-container.scss b/cms/static/sass/programs/_app-container.scss index b53b329126..cd5fadef67 100644 --- a/cms/static/sass/programs/_app-container.scss +++ b/cms/static/sass/programs/_app-container.scss @@ -6,5 +6,10 @@ .program-app { &.layout-1q3q { max-width: 1250px; + + // HtmlUtils.template wraps children of this in an anonymous div. We need to make sure they render at full width + & > div { + @include span(12); + } } }