We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc660e8 commit c488368Copy full SHA for c488368
resources/views/positions/latest.blade.php
@@ -8,7 +8,7 @@ class="bg-body-secondary p-4 rounded h-100 d-flex flex-column">
8
<span class="badge bg-secondary rounded-pill">{{$position->schedule->text()}}</span>
9
</div>
10
11
- <div class="mt-2 mb-auto">
+ <div class="mt-2 mb-auto text-balance">
12
<a href="{{route('position.show', $position)}}"
13
class="h5 link-body-emphasis stretched-link text-decoration-none">{{$position->title}}</a>
14
0 commit comments