tests: make test runner width 80/20
This commit is contained in:
parent
6d34e5b427
commit
7be701dbea
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue