mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
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 {
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue