Skip to content

Commit cc7e00d

Browse files
authored
Merge pull request #257 from iamgio/11-27-fix_ui_fix_.pageformat_not_applying_margins_in_plain_docs
fix(ui): fix .pageformat not applying margins in plain docs
2 parents b378fd8 + ba9dad2 commit cc7e00d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quarkdown-html/src/main/resources/render/html-wrapper.html.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@
100100
break-after: avoid;
101101
}
102102

103-
body.quarkdown-plain {
103+
body.quarkdown-plain.quarkdown-plain {
104104
[[if:PAGEMARGIN]]margin: [[PAGEMARGIN]];[[endif:PAGEMARGIN]]
105105
}
106106

107-
body.quarkdown-slides .reveal {
107+
body.quarkdown-slides.quarkdown-slides .reveal {
108108
[[if:PAGEWIDTH]]width: [[PAGEWIDTH]];[[endif:PAGEWIDTH]]
109109
[[if:PAGEHEIGHT]]height: [[PAGEHEIGHT]];[[endif:PAGEHEIGHT]]
110110
}

0 commit comments

Comments
 (0)