tweak test runner UI

This commit is contained in:
Val Erastov 2016-12-27 00:49:34 -08:00
parent 584b295463
commit a8bf91f629

View file

@ -11,6 +11,12 @@ body {
background-color: #233930;
}
#test-list {
width: 100%;
height: ~"calc(40% - 22px)";
overflow-y: scroll;
}
#sandbox iframe {
border: 0;
width: 100%;