Add dir="auto" to messages for rtl lang support

This commit is contained in:
Ibraheem Tuffaha
2025-10-18 11:01:33 +03:00
parent 5c0526eaf7
commit 892c581317

View File

@@ -1,3 +1,3 @@
<div id="<%= dom_id(message, :presentation) %>" data-reply-target="body" data-messages-target="body">
<div id="<%= dom_id(message, :presentation) %>" dir="auto" data-reply-target="body" data-messages-target="body">
<%= message_presentation(message) %>
</div>