don't use break-all for livestream chat comments: #6602
This commit is contained in:
parent
c82884cff9
commit
f3b5079241
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ $discussion-header__height: 3rem;
|
||||||
padding-bottom: var(--spacing-xxs);
|
padding-bottom: var(--spacing-xxs);
|
||||||
.markdown-preview {
|
.markdown-preview {
|
||||||
p {
|
p {
|
||||||
word-break: break-all;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue