Cliq RTL (right-to-left)

Cliq RTL (right-to-left)

Hi,
You can add RTL feature to Zoho Cliq super easy.
just add dir="auto" to the <pre> tag. like :
  1. <pre msgtype="msg" class="zcmsgcnt" dir="auto">سلام این یک test هست</pre>
and
  1. <style>
  2. .nite-mode .currchatpanel .msgtxt pre, .nite-mode .annotate {
  3.     text-align: left;
  4. }
  5. </style>

It will solve a lot of problems.
I would appreciate it if you it as soon as possible.

Thank you.