From a8bf91f629efb1023015d7c95309642ebddca677 Mon Sep 17 00:00:00 2001 From: Val Erastov Date: Tue, 27 Dec 2016 00:49:34 -0800 Subject: [PATCH] tweak test runner UI --- web/test/runner.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/test/runner.less b/web/test/runner.less index f197cc6c..355d5422 100644 --- a/web/test/runner.less +++ b/web/test/runner.less @@ -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%;