Fix overflow of long words

This commit is contained in:
Florian Scholdei
2020-03-24 11:57:19 +01:00
parent f1b34eb502
commit 751343fa8b
4 changed files with 4 additions and 4 deletions

View File

@@ -89,7 +89,7 @@ class MarkdownView extends React.Component<Props> {
return (
<div ref={el => (this.contentRef = el)}>
<Markdown
className="content"
className="content is-word-break"
skipHtml={skipHtml}
escapeHtml={skipHtml}
source={content}