From fc3b81172628d080a2988b5f4f8bd8bc4d914ed1 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Sat, 5 Jun 2021 03:18:06 -0400 Subject: [PATCH] tests: Move iframe min width to iframe selector --- src/tests/frontend/runner.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tests/frontend/runner.css b/src/tests/frontend/runner.css index 4e7202d7c..946bbe537 100644 --- a/src/tests/frontend/runner.css +++ b/src/tests/frontend/runner.css @@ -17,14 +17,14 @@ body { #iframe-container { width: 80%; - min-width: 820px; height: 100%; } #iframe-container iframe { border: 0; height: 100%; - width:100%; + width: 100%; + min-width: 820px; } #mocha {