We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 751baef + 864bc5b commit 70c23b6Copy full SHA for 70c23b6
src/format/html/format-html-bootstrap.ts
@@ -1159,7 +1159,10 @@ function processColumnElements(
1159
// Add the grid system. Children of the grid system
1160
// are placed into the body-content column by default
1161
// (CSS implements this)
1162
- if (!el.classList.contains("page-columns")) {
+ if (
1163
+ !el.classList.contains("quarto-layout-row") &&
1164
+ !el.classList.contains("page-columns")
1165
+ ) {
1166
el.classList.add("page-columns");
1167
}
1168
0 commit comments