From 31d5ef7a4b0254bfbd6cc4e74c6eef61752e093d Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Tue, 14 Oct 2025 16:22:14 -0500 Subject: [PATCH] Word break for webhook URL --- app/views/webhooks/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/webhooks/show.html.erb b/app/views/webhooks/show.html.erb index a2e098541..76cd91eff 100644 --- a/app/views/webhooks/show.html.erb +++ b/app/views/webhooks/show.html.erb @@ -22,7 +22,7 @@

<%= @webhook.name %>

- <%= @webhook.url %> + <%= @webhook.url %>
<% unless @webhook.active? %>