mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-03-21 05:29:04 +09:00
Merge pull request #97 from IbraheemTuffaha/main
Add dir="auto" to messages for rtl lang support
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user