Skip to content

Commit

Permalink
Merge pull request #13698 from hellcp-work/timeline-align
Browse files Browse the repository at this point in the history
Align request timeline with the comment card
  • Loading branch information
danidoni committed Jan 16, 2023
2 parents 98be0de + 6255716 commit 63e8e57
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

.col-md-8.order-md-1.order-sm-2#comments-list
%h4.list-group.mb-4 Comments & Request History
.timeline{ data: { comment_counter: local_assigns[:comment_counter_id] } }
.timeline.pb-2.ms-3{ data: { comment_counter: local_assigns[:comment_counter_id] } }
.timeline-item
.d-inline-flex
- creator = User.find_by_login(bs_request.creator) || User.nobody
Expand Down Expand Up @@ -53,7 +53,7 @@

= render BsRequestActivityTimelineComponent.new(bs_request: bs_request)

.comment_new.mt-3
.comment_new
= render partial: 'webui/comment/new', locals: { commentable: bs_request }
%hr

Expand Down

0 comments on commit 63e8e57

Please sign in to comment.