diff --git a/src/api/app/views/webui/request/beta_show_tabs/_conversation.html.haml b/src/api/app/views/webui/request/beta_show_tabs/_conversation.html.haml index 07ff2820a12..c7bba097ba1 100644 --- a/src/api/app/views/webui/request/beta_show_tabs/_conversation.html.haml +++ b/src/api/app/views/webui/request/beta_show_tabs/_conversation.html.haml @@ -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 @@ -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