From c3e19b7a5ac484075514540453ff5e09fce471c2 Mon Sep 17 00:00:00 2001 From: Eric Williams Date: Wed, 4 Nov 2020 15:21:29 -0500 Subject: [PATCH] Fix width of automatic plugin report (#665) * 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 * Use palette.styl Signed-off-by: Eric Williams --- tools/automation/report/.vuepress/styles/palette.styl | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tools/automation/report/.vuepress/styles/palette.styl diff --git a/tools/automation/report/.vuepress/styles/palette.styl b/tools/automation/report/.vuepress/styles/palette.styl new file mode 100644 index 000000000..b7e84bd37 --- /dev/null +++ b/tools/automation/report/.vuepress/styles/palette.styl @@ -0,0 +1,2 @@ +$contentWidth = 100% +$homePageWidth = 100%