From 5298b6a2b6eaef2955aa850e284d8541250c8661 Mon Sep 17 00:00:00 2001 From: Guillaume AGNIERAY Date: Mon, 4 Dec 2023 20:14:10 +0100 Subject: [PATCH] Fix history table headers display on mobile --- templates/default/paypal_history.html.twig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/default/paypal_history.html.twig b/templates/default/paypal_history.html.twig index 08bc610..daa7d49 100644 --- a/templates/default/paypal_history.html.twig +++ b/templates/default/paypal_history.html.twig @@ -39,11 +39,11 @@ {{ _T("History entry %id")|replace({'%id': loop.index}) }} - + {% if log.duplicate is defined %}{{ _T({% endif %} {{ log.history_date|date(_T("Y-m-d H:i:s")) }} - + {% if log.request is iterable %} {% if log.request.custom is defined %} @@ -56,12 +56,12 @@ {{ _T("No request or unable to read request", "paypal") }} {% endif %} - + {% if log.request is iterable %} {{ log.request.item_name }} {% endif %} - + {% if log.request is iterable%} {{ log.request.mc_gross }} {% endif %}