From 88c8c905badc50e6521a3d1276396f7ca7a54341 Mon Sep 17 00:00:00 2001 From: Gabriel Elkind Date: Mon, 20 May 2019 15:25:38 -0500 Subject: [PATCH 1/2] Adds width to root level html-reporter class --- lib/jasmine-core/jasmine.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jasmine-core/jasmine.css b/lib/jasmine-core/jasmine.css index 6543aab4..81dd5b3e 100644 --- a/lib/jasmine-core/jasmine.css +++ b/lib/jasmine-core/jasmine.css @@ -1,7 +1,7 @@ @charset "UTF-8"; body { overflow-y: scroll; } -.jasmine_html-reporter { background-color: #eee; padding: 5px; margin: -8px; font-size: 11px; font-family: Monaco, "Lucida Console", monospace; line-height: 14px; color: #333; } +.jasmine_html-reporter { width: 100%; background-color: #eee; padding: 5px; margin: -8px; font-size: 11px; font-family: Monaco, "Lucida Console", monospace; line-height: 14px; color: #333; } .jasmine_html-reporter a { text-decoration: none; } From 4e10cf84d5f28ef26d4ea3dea8be4cde04d18974 Mon Sep 17 00:00:00 2001 From: Gabriel Elkind Date: Mon, 20 May 2019 23:51:29 -0500 Subject: [PATCH 2/2] Adds in the source-- whoops! --- src/html/_HTMLReporter.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/html/_HTMLReporter.scss b/src/html/_HTMLReporter.scss index 1ea2a030..2b128a04 100644 --- a/src/html/_HTMLReporter.scss +++ b/src/html/_HTMLReporter.scss @@ -27,6 +27,7 @@ body { } .jasmine_html-reporter { + width: 100%; background-color: $page-background-color; padding: 5px; margin: -8px; @@ -305,7 +306,7 @@ body { &.jasmine-excluded a { color: $neutral-color; - } + } } } @@ -329,7 +330,7 @@ body { &.jasmine-excluded a:before { content: $passing-mark + $space; - } + } } }