tests: Fix flexbox grow/shrink factors

* Make sure the `#mocha-report` div grows to fill the available
    vertical space.
  * Prevent the "Loading frontend test specs..." div from shrinking.
This commit is contained in:
Richard Hansen 2021-06-10 13:28:55 -04:00
parent acd11c3948
commit 565b1c5271
2 changed files with 2 additions and 2 deletions

View file

@ -171,7 +171,7 @@ body {
}
#mocha-report {
flex: 0 1 auto;
flex: 1 1 auto;
overflow: auto;
margin: 0;
}