Skip to content

Commit 1cfc7a2

Browse files
enable validation message wrap
1 parent 871dcfd commit 1cfc7a2

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

webtau-reactjs/src/report/details/Summary.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@
3333
.card-pre-message pre {
3434
margin: 0;
3535
padding: 0;
36+
white-space: pre-wrap;
3637
}

webtau-reactjs/src/report/details/http/HttpCallDetails.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@
5050
.http-call-details-mismatches,
5151
.http-call-details-error-message {
5252
font-family: var(--webtau-monospace-font);
53-
white-space: pre;
53+
white-space: pre-wrap;
54+
}
55+
56+
.http-call-details-mismatches pre {
57+
white-space: pre-wrap;
5458
}
5559

5660
.http-call-details-url {

0 commit comments

Comments
 (0)