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:
parent
5458112fb6
commit
d95ab2c168
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue