mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user