refs #1025 Set word-break for toot content
This commit is contained in:
parent
d2cbd330f9
commit
2ef326cb0d
|
@ -611,6 +611,7 @@ export default {
|
|||
.content {
|
||||
margin: var(--toot-padding) 0;
|
||||
word-wrap: break-word;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.emojione {
|
||||
|
|
Loading…
Reference in New Issue