You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that floats seem to be misaligned when within a flexbox container. It also seems that justify-content: space-between is not being applied correctly on WeasyPrint's output.
Hi, thanks for sharing this great project!
I noticed that floats seem to be misaligned when within a flexbox container. It also seems that
justify-content: space-between
is not being applied correctly on WeasyPrint's output.WeasyPrint version 52.5.
Here's an example (on jsbin):
Comparing outputs (WeasyPrint on the left):
This is the WeasyPrint output:
weasyprint-issue-weasyprint.pdf
This is Google's Chrome print to PDF output:
weasyprint-issue-chrome.pdf
Let me know if I can provide more info or help with something else.
The text was updated successfully, but these errors were encountered: