Skip to content

Commit 2ae32c3

Browse files
authored
🎨 fix margin on status card (#3159)
1 parent b9c6d07 commit 2ae32c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/includes/status.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ class="text-trwl clearfix">
160160
@endif
161161

162162
@if($status->checkin->departure->isPast() && $status->checkin->arrival->isFuture())
163-
<p class="text-muted font-italic">
163+
<p class="text-muted font-italic mt-2">
164164
{{ __('stationboard.next-stop') }}
165165

166166
@php

0 commit comments

Comments
 (0)