Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 5334cc8

Browse files
committed
set body columns class via editor-support
1 parent 7aaf4d7 commit 5334cc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/editor-support.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ function updateUEInstrumentation() {
4343
// templates with column design have additional section type
4444
if (columnTemplates.includes(template)) {
4545
setUEFilter(main, 'columns-main');
46+
main.classList.add('columns');
4647
}
4748
}
4849

0 commit comments

Comments
 (0)