Fix word-wrap in pre tag in status

This commit is contained in:
AkiraFukushima 2020-05-17 15:45:01 +09:00
parent 31f9faf691
commit f6e4602ba5
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 {