Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Properties like justify-content and gap are not working #2

Open
career-tokens opened this issue Feb 14, 2024 · 0 comments
Open

Properties like justify-content and gap are not working #2

career-tokens opened this issue Feb 14, 2024 · 0 comments
Labels
bug Something isn't working rendering Issue related to unsupported CSS properties in rendering engine

Comments

@career-tokens
Copy link

I have tried to make a CV template . You can see the code using this github gist:
https://gist.github.com/career-tokens/990b71d0d4a74e0795de5e3fc888b7a9

Here you will find that I have used justify-evenly and gap in some places . I have also checked that they are working fine when I am simply rendering it as a page instead of pdf.

But when I am trying to see the pdf version of it using react-print-pdf , they are not working .
(Font too seems to be an issue but I have addressed it in another issue)

image

In the above image you can see the difference , left is the pdf and right is the normal rendering .

This issue if solved can improve developer experience since otherwise you need to address it by using margins.

@Titou325 Titou325 added bug Something isn't working rendering Issue related to unsupported CSS properties in rendering engine labels Feb 16, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working rendering Issue related to unsupported CSS properties in rendering engine
Projects
None yet
Development

No branches or pull requests

2 participants