Skip to content

Commit

Permalink
style: apply max-w-prose to listing
Browse files Browse the repository at this point in the history
  • Loading branch information
carsoncole committed Dec 17, 2023
1 parent edb56a4 commit 80df876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/jobs/_details.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<% if job.listing.present? %>
<div class='my-3 flex flex-col'>
<div class="text-xs mb-1">Job post</div>
<div class="text-xs">
<div class="text-xs max-w-prose">
<%= job.listing %>
</div>
</div>
Expand Down

0 comments on commit 80df876

Please sign in to comment.