Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion HTMLReport/preview.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ body{
min-width: 40%;
max-width: 100%;
}

td {
white-space: normal;
}

#sessionInfo {
font-size: 0.7rem;
}
Expand All @@ -27,6 +32,7 @@ img{

#sessionActivityTable.tr {
vertical-align: top;
table-layout: fixed;
}

.annotationDescription, .annotationUrl {
Expand Down Expand Up @@ -70,4 +76,4 @@ img{
display:none;
color:#fff;
}
#imgPreview{max-width: 400px;}
#imgPreview{max-width: 400px;}