Skip to content

Commit 2f9dd71

Browse files
committed
fix/position comment popover correctly
1 parent 45e380c commit 2f9dd71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/snippets/show.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="snippet-show--comments-wrapper">
44
<% @snippet.comments.each do |comment| %>
55
<div id="<%= comment.client_id %>" class="card--container card--container-padding">
6-
<div class="snippet-preview--author-wrapper">
6+
<div class="snippet--author-wrapper">
77
<%= render partial: 'users/preview', locals: { user: comment.user, resource: comment } %>
88
<div>
99
<div style="display: flex; flex-direction: column;">

0 commit comments

Comments
 (0)