From 852aefad54c473eb1cd24b670829a2e5d9f6e7fd Mon Sep 17 00:00:00 2001
From: Matthew Landauer
Date: Tue, 24 Oct 2023 02:08:34 +0000
Subject: [PATCH] Make image less tall
---
app/views/_tailwind/applications/_create_alert_form.html.erb | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/app/views/_tailwind/applications/_create_alert_form.html.erb b/app/views/_tailwind/applications/_create_alert_form.html.erb
index f2a704f12..eaedcf50c 100644
--- a/app/views/_tailwind/applications/_create_alert_form.html.erb
+++ b/app/views/_tailwind/applications/_create_alert_form.html.erb
@@ -22,6 +22,9 @@
It only takes a moment.
- <%= image_tag "tailwind/illustration/save-search.svg", class: "self-end md:pt-14" %>
+ <%# On this page we want the box to be less tall than on the application detail page %>
+
+ <%= image_tag "tailwind/illustration/save-search.svg" %>
+
<% end %>