From d26f5a7563535c4dbe883c6bcf02c8fdee544a2f Mon Sep 17 00:00:00 2001 From: alice <122629939+espcaa@users.noreply.github.com> Date: Thu, 25 Dec 2025 18:45:11 +0100 Subject: [PATCH 1/2] [Card grants] Add margin at the bottom of the transaction component --- app/views/card_grants/_transactions.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/card_grants/_transactions.html.erb b/app/views/card_grants/_transactions.html.erb index 00f3e2c5a8..90354c29df 100644 --- a/app/views/card_grants/_transactions.html.erb +++ b/app/views/card_grants/_transactions.html.erb @@ -1,7 +1,7 @@ <% if local_assigns[:hcb_codes].present? %>

Transactions on this card

-
+
<% local_assigns[:hcb_codes].each do |hcb_code| %> From 22cab28f3134e9c249c19f4fdd67cb93a7ca9cb2 Mon Sep 17 00:00:00 2001 From: Manu Gurudath Date: Sat, 27 Dec 2025 10:58:22 -0500 Subject: [PATCH 2/2] Update app/views/card_grants/_transactions.html.erb --- app/views/card_grants/_transactions.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/card_grants/_transactions.html.erb b/app/views/card_grants/_transactions.html.erb index 90354c29df..a54bbe92be 100644 --- a/app/views/card_grants/_transactions.html.erb +++ b/app/views/card_grants/_transactions.html.erb @@ -1,7 +1,7 @@ <% if local_assigns[:hcb_codes].present? %>

Transactions on this card

-
+
<% local_assigns[:hcb_codes].each do |hcb_code| %>