diff --git a/HTMLReport/preview.css b/HTMLReport/preview.css
index 4431368..d1a6fc7 100644
--- a/HTMLReport/preview.css
+++ b/HTMLReport/preview.css
@@ -2,6 +2,11 @@ body{
min-width: 40%;
max-width: 100%;
}
+
+td {
+ white-space: normal;
+}
+
#sessionInfo {
font-size: 0.7rem;
}
@@ -70,4 +75,4 @@ img{
display:none;
color:#fff;
}
-#imgPreview{max-width: 400px;}
\ No newline at end of file
+#imgPreview{max-width: 400px;}