Fix long comments without spaces not wrapping and pushing buttons to go off-screen.
#4331 (issue #2)
This commit is contained in:
parent
39f13e1b3a
commit
ff0cc8610d
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@
|
|||
|
||||
.comment__message {
|
||||
white-space: pre-line;
|
||||
word-wrap: break-word;
|
||||
word-break: break-all;
|
||||
margin-top: var(--spacing-s);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue