Merge pull request #1440 from h3poteto/fix/word-wrap
Fix word-wrap in pre tag in status
This commit is contained in:
commit
d227dd89f8
|
@ -712,6 +712,10 @@ export default {
|
|||
.content {
|
||||
margin: var(--toot-padding) 0;
|
||||
word-wrap: break-word;
|
||||
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
}
|
||||
|
||||
.content p {
|
||||
|
|
Loading…
Reference in New Issue