From 4118cc8a3193fc4194d346f32e19429faa7815fb Mon Sep 17 00:00:00 2001 From: Josh Pigford Date: Thu, 17 Oct 2024 10:16:34 -0500 Subject: [PATCH] Fix for scrollbars on alerts Fixes #1320 --- app/views/issues/_issue.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/issues/_issue.html.erb b/app/views/issues/_issue.html.erb index cabb360c..76ee7c62 100644 --- a/app/views/issues/_issue.html.erb +++ b/app/views/issues/_issue.html.erb @@ -4,9 +4,9 @@ <% text_class = issue.critical? || issue.error? ? "text-error" : "text-warning" %> <%= tag.div class: "flex gap-6 items-center rounded-xl px-4 py-3 #{priority_class}" do %> -
+
<%= lucide_icon("alert-octagon", class: "w-5 h-5 shrink-0") %> -

<%= issue.title %>

+

<%= issue.title %>