add bidi support for toots

This commit is contained in:
Mostafa Ahangarha 2020-02-08 19:24:41 +04:30
parent 2e937b24be
commit c9c13592a1
1 changed files with 4 additions and 0 deletions

View File

@ -628,6 +628,10 @@ export default {
word-wrap: break-word;
}
.content p {
unicode-bidi: plaintext;
}
.emojione {
width: 20px;
height: 20px;