Skip to content

Commit

Permalink
Align request timeline with the comment card
Browse files Browse the repository at this point in the history
  • Loading branch information
hellcp-work committed Jan 16, 2023
1 parent 214461b commit 1635fd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/api/app/assets/stylesheets/webui/timeline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
$timeline-border-width: 0.125rem;
$timeline-offset: -(($avatars-counter-size / 2) + $timeline-border-width);
border-left: $timeline-border-width solid $gray-400;
@extend .ms-3;
@extend .pb-2;

.timeline-item {
position: relative;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1635fd4

Please sign in to comment.