Merge pull request #1021 from Sendouc/plus-comment-overflow

Wrap overflowing plus comments
This commit is contained in:
Kalle
2022-10-18 22:30:30 +03:00
committed by GitHub

View File

@@ -61,6 +61,8 @@
.plus__comment {
white-space: pre-wrap;
min-width: auto;
overflow-wrap: break-word;
}
.plus__comment-time {