From 7be701dbeaac261d542d3e1adb616923f92d68ee Mon Sep 17 00:00:00 2001 From: John McLear Date: Sat, 30 May 2020 21:35:11 +0000 Subject: [PATCH] tests: make test runner width 80/20 --- tests/frontend/runner.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/frontend/runner.css b/tests/frontend/runner.css index 66d3283ca..a1ac4827f 100644 --- a/tests/frontend/runner.css +++ b/tests/frontend/runner.css @@ -16,7 +16,7 @@ body { } #iframe-container { - width: 50%; + width: 80%; min-width: 820px; height: 100%; } @@ -32,6 +32,7 @@ body { flex: 1 auto; height: 100%; overflow: auto; + width:20%; } #mocha #report {