diff --git a/app/views/buckets/edit.html.erb b/app/views/buckets/edit.html.erb index 760044536..f37c0330d 100644 --- a/app/views/buckets/edit.html.erb +++ b/app/views/buckets/edit.html.erb @@ -7,8 +7,8 @@ Go back <% end %> - <%= form_with model: @bucket, class: "flex align-center gap-half", method: :delete do |form| %> - <%= form.button class: "btn btn--negative txt-small min-width", data: { turbo_confirm: "Are you sure you want to delete this?" } do %> + <%= form_with model: @bucket, class: "flex-item-justify-end", method: :delete do |form| %> + <%= form.button class: "btn btn--negative", data: { turbo_confirm: "Are you sure you want to delete this?" } do %> <%= image_tag "minus.svg", aria: { hidden: true }, size: 24 %> Delete <%= @bucket.name %> <% end %> @@ -18,8 +18,6 @@