When I am trying to add text to the div (div has dir = RTL), it moves the content to the right side. However, it keeps the special characters like . / + to the left side, if they are the last character for the sentence.
Example:
<dir dir="RTL">Hello There!</dir>
Out put will be: !Hello There
Could any one help with this?