don't use break-all for livestream chat comments: #6602

This commit is contained in:
btzr-io 2021-07-22 12:46:29 -05:00
parent c82884cff9
commit f3b5079241

View file

@ -318,7 +318,7 @@ $discussion-header__height: 3rem;
padding-bottom: var(--spacing-xxs);
.markdown-preview {
p {
word-break: break-all;
word-break: break-word;
}
}
}