From 57d689d9663dda7955599ba9afbef890e8fc467c Mon Sep 17 00:00:00 2001 From: jojocoelho Date: Wed, 11 Sep 2024 12:15:22 +0100 Subject: [PATCH] fix: show announcement page padding --- .../live/announcement_live/show.html.heex | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/atomic_web/live/announcement_live/show.html.heex b/lib/atomic_web/live/announcement_live/show.html.heex index 62fcf685..c135aa0b 100644 --- a/lib/atomic_web/live/announcement_live/show.html.heex +++ b/lib/atomic_web/live/announcement_live/show.html.heex @@ -4,12 +4,12 @@ <.announcement announcement={@announcement} /> - -<%= if @has_permissions? do %> - <.link patch={Routes.announcement_edit_path(@socket, :edit, @announcement.organization, @announcement)} class="px-2 button"> - - -<% end %> \ No newline at end of file + <%= if @has_permissions? do %> + <.link patch={Routes.announcement_edit_path(@socket, :edit, @announcement.organization, @announcement)} class="px-4 button"> + + + <% end %> + \ No newline at end of file