tests: Move iframe min width to iframe selector

This commit is contained in:
Richard Hansen 2021-06-05 03:18:06 -04:00
parent 960c2c0c0d
commit fc3b811726

View file

@ -17,7 +17,6 @@ body {
#iframe-container {
width: 80%;
min-width: 820px;
height: 100%;
}
@ -25,6 +24,7 @@ body {
border: 0;
height: 100%;
width: 100%;
min-width: 820px;
}
#mocha {