tests: make test runner width 80/20

This commit is contained in:
John McLear 2020-05-30 21:35:11 +00:00
parent 6d34e5b427
commit 7be701dbea

View file

@ -16,7 +16,7 @@ body {
} }
#iframe-container { #iframe-container {
width: 50%; width: 80%;
min-width: 820px; min-width: 820px;
height: 100%; height: 100%;
} }
@ -32,6 +32,7 @@ body {
flex: 1 auto; flex: 1 auto;
height: 100%; height: 100%;
overflow: auto; overflow: auto;
width:20%;
} }
#mocha #report { #mocha #report {