hajareshyam / pdf-creator-node

This package is used to generate HTML to PDF in Nodejs
MIT License
239 stars 79 forks source link

Flexbox styling not working #28

Closed tjma2001 closed 3 years ago

tjma2001 commented 3 years ago

Hi.

I am trying to use flex box styling, but none of it seems to be applying. Is this feature not supported at the moment?

Regards

toddjohnson407 commented 3 years ago

I'm having the same issue.

olamilekan000 commented 3 years ago

You'll have to use table for your layout styling instead of trying to use Flexbox or Grid.