kempsteven/vue-html2pdf

The css flexbox row and column are not working

Opened this issue · 5 comments

This is what i expected
image

This is the pdf generated

image

can i see your css?

i have the same problem.

the website:
image

the created pdf:
1bf9fc83-4e0f-431c-8030-782ee26a025f.pdf

the html/css
image

Hi i fixed it by replace all css class by style

EikeBierman try to deplace class="row" to style="display:flex; flex-direction: row"

for me it doesn't works. I've try to add your styles, nothing changed. the "text" div is under the footer.