fix Arabic punctuation & alignment (#12655)

* fix Arabic punctuation & alignment

* fix Arabic punctuation & alignment - 2

* add rtl support for all rtl languages

* add auto direction to chat cards

* fix alignment: use automatic alignment based on dir attribute

* restore package-lock.json

Co-authored-by: Matteo Pagliazzi <matteopagliazzi@gmail.com>
This commit is contained in:
Mario Yonan
2020-10-26 16:32:07 +02:00
committed by GitHub
parent f2bcdd21de
commit 625b4a4ad7
4 changed files with 6 additions and 2 deletions

View File

@@ -21,6 +21,7 @@
</p>
<div
class="text markdown"
dir="auto"
v-html="parseMarkdown(msg.text)"
></div>
<div
@@ -118,7 +119,7 @@
.text {
font-size: 14px;
color: $gray-50;
text-align: left !important;
text-align: initial;
min-height: 0rem;
}
}