diff --git a/test/make-html.pl b/test/make-html.pl
index 299f07f44..7ded7d298 100755
--- a/test/make-html.pl
+++ b/test/make-html.pl
@@ -141,7 +141,7 @@ printl '.FAILstr { color: #D00; }';
printl '.XFAILstr { color: #BB0; }';
printl '.CRASHEDstr { color: #F00; }';
printl '.UNTESTEDstr { color: #555; }';
-printl 'img { max-width: 15em; min-width: 3em; margin: 3px; }';
+printl 'img { max-width: 15em; min-width: 3em; min-height: 3em; margin: 3px; }';
printl 'td { vertical-align: top; }';
printl '';
printl '';