Skip to content

Commit

Permalink
style: apply width to job title
Browse files Browse the repository at this point in the history
  • Loading branch information
carsoncole committed Dec 17, 2023
1 parent d6ad05c commit edb56a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/jobs/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<% end %>
</div>
<% else %>
<div class='text-gray-800 text-2xl tracking-tight truncate'>
<div class='text-gray-800 w-60 text-2xl tracking-tight truncate'>
<% if job.entity.present? %>
<%= job.entity %>
<% elsif job.agency.present? %>
Expand All @@ -33,7 +33,7 @@

<div class='flex flex-col mb-3'>

<div class="text-lg md:text-lg font-medium tracking-tight text-ellipsis mb-4">
<div class="text-lg w-60 md:text-lg font-medium tracking-tight text-ellipsis mb-4">
<%= link_to job.title, job_path(job), class: "hover:text-gray-500 text-gray-800", data: { turbo_frame: '_top' } %>
</div>

Expand Down

0 comments on commit edb56a4

Please sign in to comment.