Skip to content

style in html not working #389

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

Closed
matamune94 opened this issue Aug 24, 2020 · 2 comments
Closed

style in html not working #389

matamune94 opened this issue Aug 24, 2020 · 2 comments

Comments

@matamune94
Copy link

My data html

 <body>
  <div style="display: flex; justify-items: center; align-items: center;height: 100%;width: 100%;">
    <div style="width: 100%;text-align: center;">
      <img src="https://www.professionalservicesllc.com/clients/stoneledge/images/loaders/updating.gif" />
    </div>
  </div>
</body>

Web browser good working. pls help.

@ryan-berger
Copy link
Contributor

We currently do not support flex, nor do we support inline styling. I can look into supporting inline styling, but I believe we will not be supporting Flex.

@erickok
Copy link
Contributor

erickok commented Feb 8, 2021

We have basic inline styling support. Let us know if there is still something missing for you. As for flex model, I don't think we will ever implement this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants