Allow chromeless courseware content to be centered (#23201)

TNL-7093 Use inline styles to reset display to block from table-cell and width to auto
This commit is contained in:
Adam Butterworth
2020-02-28 12:27:14 -05:00
committed by GitHub
parent 6d6283f4e9
commit 04083cf4ab

View File

@@ -86,6 +86,7 @@ ${HTML(fragment.foot_html())}
% else:
data-enable-completion-on-view-service="false" \
% endif
style="display: block; width: auto;"
>
<main id="main" tabindex="-1" aria-label="Content">
${HTML(fragment.body_html())}