Wrap overflowing plus comments

This commit is contained in:
Remmy Cat Stock 2022-10-18 19:12:56 +02:00
parent 586c27eaa7
commit 0af593623b
No known key found for this signature in database
GPG Key ID: E3F847E89FAC01C7

View File

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