fix(html reporter): render annotation newlines

This commit is contained in:
Simon Knott 2024-10-04 09:51:32 +02:00
parent d7020cba63
commit 70da2cecaf
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -61,6 +61,7 @@
align-items: center; align-items: center;
padding: 0 8px; padding: 0 8px;
line-height: 24px; line-height: 24px;
white-space: pre-wrap;
} }
@media only screen and (max-width: 600px) { @media only screen and (max-width: 600px) {