Comments: Wrap non-Markdown content (#152987)

In https://github.com/microsoft/vscode/issues/145380, the style for
comments was changed to preserve indentation. However, when a line is
too long, the text will be hidden instead of wrapping.

Using `pre-wrap` fixes that issue.
This commit is contained in:
Laurent Le Brun
2022-06-24 13:46:58 +02:00
committed by GitHub
parent 69aaf7a58a
commit 0e42e103d1
@@ -114,7 +114,7 @@
}
.review-widget .body .review-comment .review-comment-contents .comment-body .comment-body-plainstring {
white-space: pre;
white-space: pre-wrap;
}
.review-widget .body .review-comment .review-comment-contents .comment-body {