Skip to content

Commit c488368

Browse files
committed
Improve position latest title
1 parent bc660e8 commit c488368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/positions/latest.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class="bg-body-secondary p-4 rounded h-100 d-flex flex-column">
88
<span class="badge bg-secondary rounded-pill">{{$position->schedule->text()}}</span>
99
</div>
1010

11-
<div class="mt-2 mb-auto">
11+
<div class="mt-2 mb-auto text-balance">
1212
<a href="{{route('position.show', $position)}}"
1313
class="h5 link-body-emphasis stretched-link text-decoration-none">{{$position->title}}</a>
1414
</div>

0 commit comments

Comments
 (0)