You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When typing Right-To-Left text, the messages' timestamp is not aligned correctly.
To Reproduce
Type any RTL message.
Sample text for testing: הטקסט הזה הוא מימין לשמאל...
Expected behavior
The timestamp should appear to the right of the message, just like in English.
The RTL message should be displayed correctly (e.g. a dot should be on the left, and not on the right like in English).
I have tested it in Linux with latest Hydrogen web.
Screenshots
This is how it looks:
This is how it should look:
I fixed it by adding the actual text inside html element with css: "display:inline-block; unicode-bidi:plaintext;".
(I'm sorry, I'm not a developer so I don't know how to fix it in the code and with git...)
Will appreciate your help fixing it. Thank you ❤️
The text was updated successfully, but these errors were encountered:
Describe the bug
When typing Right-To-Left text, the messages' timestamp is not aligned correctly.
To Reproduce
Type any RTL message.
Sample text for testing: הטקסט הזה הוא מימין לשמאל...
Expected behavior
I have tested it in Linux with latest Hydrogen web.
Screenshots
This is how it looks:
This is how it should look:
I fixed it by adding the actual text inside html element with css: "display:inline-block; unicode-bidi:plaintext;".
(I'm sorry, I'm not a developer so I don't know how to fix it in the code and with git...)
Will appreciate your help fixing it. Thank you ❤️
The text was updated successfully, but these errors were encountered: