refs #1025 Set word-break for toot content

This commit is contained in:
AkiraFukushima 2019-09-04 22:04:21 +09:00
parent d2cbd330f9
commit 2ef326cb0d
1 changed files with 1 additions and 0 deletions

View File

@ -611,6 +611,7 @@ export default {
.content {
margin: var(--toot-padding) 0;
word-wrap: break-word;
word-break: break-all;
}
.emojione {