Skip to content
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

Styles Not Working? #110

Open
ronstauffer opened this issue Apr 27, 2022 · 1 comment
Open

Styles Not Working? #110

ronstauffer opened this issue Apr 27, 2022 · 1 comment
Assignees

Comments

@ronstauffer
Copy link

Perhaps this is a silly question and I'm just not getting it... but when you use the "Download Report (HTML)" button to download the report and then open it locally in a browser, it looks awful. The styling is broken, or there just isn't any. With the older version of the reporting tool, it would display a detailed, color-coded report that was very helpful for the end-user to read, but this is almost unusable as is. Am I the only one struggling with this?
Edit Mode
After Export

@WinsleyJ
Copy link

The CSS generated in the HTML file is very basic:

<style>
  table {
    border-collapse: collapse;
    width: 100%;
  }
  table,
  td,
  th {
    border: 1px solid #3b3b3b;
  }
  td:not(:last-child),
  th {
    padding: 1em;
    vertical-align: top;
    text-align: left;
  }
  td:not([class]):last-child {
    padding: 0 1em;
  }
  </style>

I noticed there isn't a option/functionality in the new tool to download a CSS file. The old tool did gave us this option:

image

Is this functionality removed on purpose?

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

5 participants