make tweet-content inline-block to get direction

This commit is contained in:
Mostafa Ahangarha 2022-04-09 19:13:04 +03:00 committed by GitHub
parent 6884f05041
commit f1023d7482
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
font-family: $font_3;
line-height: 1.3em;
pointer-events: all;
display: inline;
display: inline-block;
}
.tweet-bidi {