Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Fix width of automatic plugin report (#665)
Browse files Browse the repository at this point in the history
* Fix width of automatic plugin report

Currently the automatic plugin report looks very scrunched. This change will allow the table to take up the width of the page.

Signed-off-by: Eric Williams <ericwill@redhat.com>

* Use palette.styl

Signed-off-by: Eric Williams <ericwill@redhat.com>
  • Loading branch information
ericwill authored Nov 4, 2020
1 parent c10a01d commit c3e19b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/automation/report/.vuepress/styles/palette.styl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
$contentWidth = 100%
$homePageWidth = 100%

0 comments on commit c3e19b7

Please sign in to comment.