Fix [ff0cc861] that broke regular word-wrap in comments.

Now, both regular text and "long text without spaces" will wrap correctly.
This commit is contained in:
infiinte-persistence 2020-06-09 09:20:33 +02:00 committed by Sean Yesmunt
parent 5458112fb6
commit d95ab2c168

View file

@ -57,8 +57,7 @@
.comment__message {
white-space: pre-line;
word-wrap: break-word;
word-break: break-all;
word-break: break-word;
margin-top: var(--spacing-s);
}