Skip to content
Snippets Groups Projects
Unverified Commit c81d4717 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

_checked_in: adjust margins for timeline link

parent 19cd9f7a
No related branches found
No related tags found
No related merge requests found
......@@ -305,7 +305,7 @@
%= include '_timeline_link', timeline => stash('timeline'), from_checkin => 1
% }
% if ($journey->{arr_name}) {
<div class="card" style="margin-top: 3em;">
<div class="card" style="margin-top: <%= scalar @{stash('timeline') // []} ? '1.5rem' : '3em' %>;">
<div class="card-content">
<span class="card-title">Details</span>
% if (@{$journey->{extra_data}{him_msg} // []}) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment