Merge pull request #1440 from h3poteto/fix/word-wrap

Fix word-wrap in pre tag in status
This commit is contained in:
AkiraFukushima 2020-05-17 15:47:44 +09:00 committed by GitHub
commit d227dd89f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -712,6 +712,10 @@ export default {
.content {
margin: var(--toot-padding) 0;
word-wrap: break-word;
pre {
white-space: pre-wrap;
}
}
.content p {