Merge pull request #15497 from edx/andya/fix-styling-bug

Fix styling on non-Bootstrap pages
This commit is contained in:
Andy Armstrong
2017-07-07 13:30:41 -04:00
committed by GitHub

View File

@@ -141,7 +141,7 @@ from pipeline_mako import render_require_js_path_overrides
<%include file="/preview_menu.html" />
% endif
<div class="content-wrapper ${"container-fluid" if uses_bootstrap else "container" } main-container" id="content">
<div class="content-wrapper ${"container-fluid" if uses_bootstrap else "" } main-container" id="content">
${self.body()}
<%block name="bodyextra"/>
</div>