This commit is contained in:
Denys Konovalov 2022-11-05 14:38:16 +01:00
parent c754863ac7
commit ba8e183baf

@ -42,7 +42,7 @@ var ChronikPreview = ({widgetFor, entry }) => {
h('section', {"className": "section-sm"},
h('div', {"className": "container"},
h('div', {"className": "row"},
h('div', {"className": "col-12 mb-4"}, widgetFor('body'))
h('div', {"className": "col-12 mb-4 content"}, widgetFor('body'))
)
)
)