Merge pull request #1026 from h3poteto/iss-1025

closes #1025 Set word-break for toot content
This commit is contained in:
AkiraFukushima 2019-09-04 22:06:26 +09:00 committed by GitHub
commit ad429f81a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {