Fix long comments without spaces not wrapping and pushing buttons to go off-screen.

#4331 (issue #2)
This commit is contained in:
infiinte-persistence 2020-06-08 08:58:21 +02:00 committed by Sean Yesmunt
parent 39f13e1b3a
commit ff0cc8610d

View file

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