-
-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Activating STEM causes margins to be ignored #665
Comments
I get the same problematic result when using The Passing TestLet's say we remove the .pagedjs_page {
--pagedjs-margin-top: 5cm;
--pagedjs-margin-right: 30mm;
--pagedjs-margin-left: 25mm;
--pagedjs-margin-bottom: 25mm;
--pagedjs-pagebox-width: 148mm;
--pagedjs-pagebox-height: 210mm
} The Failing TestNow, let's say we add the
All those 4 extra styles contain the same override of page margins: .pagedjs_page {
--pagedjs-margin-top: 1.25cm;
--pagedjs-margin-right: .75cm;
--pagedjs-margin-left: .75cm;
--pagedjs-margin-bottom: 1.25cm;
--pagedjs-pagebox-width: 148mm;
--pagedjs-pagebox-height: 210mm
} |
@jhannwong Can you please share a screenshot and/or the PDF file produced? I cannot reproduce this issue. |
@Mogztter What do you see in the Are u able to try a minimal Docker container to test this? Lemme know if u need me to do that container. |
The
test.adoc
:The
styles/style.css
:Removing
:stem:
lets margins work again, but STEM is of course disabled.The text was updated successfully, but these errors were encountered: