diff --git a/app/views/webhooks/edit.html.erb b/app/views/webhooks/edit.html.erb
index 70e9fa34e..695aac8b5 100644
--- a/app/views/webhooks/edit.html.erb
+++ b/app/views/webhooks/edit.html.erb
@@ -6,7 +6,7 @@
<% end %>
-
+
<%= form_with model: @webhook, url: @webhook, method: :put, data: { controller: "form" }, html: { class: "flex flex-column gap" } do |form| %>
<%= form.text_field :name, required: true, autofocus: true, class: "input full-width", placeholder: "Name your Webhook…", data: { action: "keydown.esc@document->form#cancel" } %>
diff --git a/app/views/webhooks/index.html.erb b/app/views/webhooks/index.html.erb
index 0652eba7c..e8f72c0a4 100644
--- a/app/views/webhooks/index.html.erb
+++ b/app/views/webhooks/index.html.erb
@@ -8,7 +8,7 @@
<% end %>
-<%= tag.section class: "panel shadow center webhooks" do %>
+<%= tag.section class: "panel panel--wide shadow center webhooks" do %>
<% if @page.records.any? %>
<%= render partial: "webhooks/webhook", collection: @page.records %>
diff --git a/app/views/webhooks/new.html.erb b/app/views/webhooks/new.html.erb
index c722ff9db..791341b0c 100644
--- a/app/views/webhooks/new.html.erb
+++ b/app/views/webhooks/new.html.erb
@@ -2,13 +2,13 @@
<% content_for :header do %>
<% end %>
-
+
<%= form_with model: @webhook, url: board_webhooks_path, data: { controller: "form" }, html: { class: "flex flex-column gap" } do |form| %>
<%= form.text_field :name, required: true, autofocus: true, class: "input", placeholder: "Name this Webhook…", data: { action: "keydown.esc@document->form#cancel" } %>
diff --git a/app/views/webhooks/show.html.erb b/app/views/webhooks/show.html.erb
index 673df0df3..ef0604909 100644
--- a/app/views/webhooks/show.html.erb
+++ b/app/views/webhooks/show.html.erb
@@ -2,13 +2,9 @@
<% content_for :header do %>