Skip to content

Commit

Permalink
Merge pull request #15297 from ncounter/fix-comment-bubble-corner
Browse files Browse the repository at this point in the history
Make room for the comment-bubble top-left corner
  • Loading branch information
ncounter committed Nov 30, 2023
2 parents 2cd8c4d + 75ce0f2 commit 9da68c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/app/components/bs_request_comment_component.html.haml
@@ -1,8 +1,8 @@
.d-flex.mt-3.align-items-start
%i{ title: 'Comment', class: "fas fa-lg fa-comment text-dark #{ level > 1 ? 'd-none' : '' }" }
= render(AvatarComponent.new(name: comment.user.name, email: comment.user.email, size: 35, shape: :circle, custom_css: 'avatars-counter'))
.timeline-item-comment.ms-2.flex-fill.overflow-auto
.comment-bubble
.timeline-item-comment.ms-0.flex-fill.overflow-auto
.comment-bubble.ms-3
- if policy(comment).update? || policy(comment).destroy?
.dropdown.dropleft.float-end.mt-3.mx-3
= link_to('#', role: 'button', 'data-bs-toggle': 'dropdown', 'aria-expanded': 'false', class: 'text-dark') do
Expand Down

0 comments on commit 9da68c2

Please sign in to comment.