From 6255716de17636f1359260c1b96f8843efde1fa5 Mon Sep 17 00:00:00 2001 From: Jacob Michalskie Date: Mon, 16 Jan 2023 10:10:33 +0100 Subject: [PATCH] Align request timeline with the comment card --- .../webui/request/beta_show_tabs/_conversation.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 970a9d9716b..d24ae570a6c 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 @@ -19,7 +19,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 @@ -54,7 +54,7 @@ = render BsRequestActivityTimelineComponent.new(bs_request: bs_request) - .comment_new.mt-3 + .comment_new = render partial: 'webui/comment/new', locals: { commentable: bs_request } %hr