Skip to content

Commit f0bc5d0

Browse files
committed
Use dir="auto" for comments on element browse pages
1 parent 33fbf70 commit f0bc5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/browse/_common_details.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#<%= link_to_unless_current common_details.version, :controller => "old_#{@type.pluralize}", :action => :show, :version => common_details.version %>
88
</h4>
99

10-
<p class="fs-6 overflow-x-auto">
10+
<p class="fs-6 overflow-x-auto" dir="auto">
1111
<% if common_details.changeset.tags["comment"].present? %>
1212
<%= linkify(common_details.changeset.tags["comment"]) %>
1313
<% else %>

0 commit comments

Comments
 (0)