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

HTML report cannot scroll horizontally when displaying too many metrics #186

Closed
devdanzin opened this issue Jul 5, 2023 · 1 comment
Closed
Assignees

Comments

@devdanzin
Copy link
Collaborator

The table that shows metrics in HTML report cannot scroll horizontally, so when displaying too many metrics one cannot see some of them.

To Reproduce

  1. checkout wily's repo
  2. wily build
  3. wily report -n 135 --format HTML src\wily\commands\report.py
  4. See that the report table is too narrow to show all metrics, with no way to scroll:

no_scroll

Expected behavior
The table should be wide enough or allow scrolling so all metrics can be seen.

Desktop

  • OS: Windows
  • Browser: Chrome
  • Version: 1.24.2

I have a simple fix that makes the table scrollable, but not sure it's the right way to go about this:
scroll

To achieve this one needs to change overflow: hidden; to overflow: scroll; in

overflow: hidden;

I can submit the trivial PR if this is desirable.

@devdanzin
Copy link
Collaborator Author

Fixed in #208.

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