mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 02:16:16 -04:00
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:
parent
acd11c3948
commit
565b1c5271
2 changed files with 2 additions and 2 deletions
|
@ -171,7 +171,7 @@ body {
|
|||
}
|
||||
|
||||
#mocha-report {
|
||||
flex: 0 1 auto;
|
||||
flex: 1 1 auto;
|
||||
overflow: auto;
|
||||
margin: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue