posts: fix mis-sized upvote icon in advanced tooltips.
Passing a class to svg_icon_tag accidentally overrode the other classes we tried to set.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
<span class="post-tooltip-score post-tooltip-info">
|
||||
<span><%= @post.score %></span>
|
||||
<%= upvote_icon(class: "fa-xs") %>
|
||||
<%= upvote_icon %>
|
||||
</span>
|
||||
|
||||
<% if @post.last_commented_at.present? %>
|
||||
|
||||
Reference in New Issue
Block a user