Skip to content

Commit f3ac57c

Browse files
author
Evgenii Frolov
committed
Fix visually truncated error message in test result
1 parent f8222a5 commit f3ac57c

File tree

1 file changed

+4
-0
lines changed
  • packages/web-awesome/src/components/TestResult/TrError

1 file changed

+4
-0
lines changed

packages/web-awesome/src/components/TestResult/TrError/styles.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@
128128
&:hover {
129129
background: inherit;
130130
}
131+
132+
pre {
133+
white-space: pre-wrap;
134+
}
131135
}
132136

133137
.diff {

0 commit comments

Comments
 (0)