From 24c994f2a5dea13d1a673ab09def0330e9245a3b Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Fri, 21 Feb 2020 21:33:49 +0100 Subject: [PATCH] Fix y-overflow on accordion showing during transition --- templates/member/profile_detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/member/profile_detail.html b/templates/member/profile_detail.html index f68dc278..655f9893 100644 --- a/templates/member/profile_detail.html +++ b/templates/member/profile_detail.html @@ -54,7 +54,7 @@ {% trans "View my memberships" %} -
+
{% render_table club_list %}
@@ -67,7 +67,7 @@ Historique des transactions -
+
{% render_table history_list %}