Arabic Align in Messages
Please make Arabic starts from the right in message conversations.
Thanks for reporting. We will look into this. For a temporary solution, please use the following CSS properties in your Custom CSS.
.fluent-messaging .message-composer__textarea,Β .chat-widget-wrapper .message-composer__textarea {
unicode-bidi: plaintext;
}
.fluent-messaging .message__text, .chat-widget-wrapper .message__text {
unicode-bidi: plaintext;
}
Tawsif Ahmed RiyadΒ thank you