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,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 {