From edb56a4a1feabf3b3f4880d83cef57cad570f07a Mon Sep 17 00:00:00 2001 From: Carson Cole Date: Sun, 17 Dec 2023 11:29:46 -0800 Subject: [PATCH] style: apply width to job title --- app/views/jobs/_header.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/jobs/_header.html.erb b/app/views/jobs/_header.html.erb index 227cbfb..e64a054 100644 --- a/app/views/jobs/_header.html.erb +++ b/app/views/jobs/_header.html.erb @@ -8,7 +8,7 @@ <% end %> <% else %> -
+
<% if job.entity.present? %> <%= job.entity %> <% elsif job.agency.present? %> @@ -33,7 +33,7 @@
-
+
<%= link_to job.title, job_path(job), class: "hover:text-gray-500 text-gray-800", data: { turbo_frame: '_top' } %>