From 14cb721a41f0496db1f5af655612c71e2df904eb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= <felix@thegcat.net>
Date: Sun, 23 Jun 2019 01:30:12 +0200
Subject: [PATCH] .product-row is rather harmful here

---
 .../templates/pretix_public_registrations/front_page.html       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pretix_public_registrations/templates/pretix_public_registrations/front_page.html b/pretix_public_registrations/templates/pretix_public_registrations/front_page.html
index 9f6c551..dd70929 100644
--- a/pretix_public_registrations/templates/pretix_public_registrations/front_page.html
+++ b/pretix_public_registrations/templates/pretix_public_registrations/front_page.html
@@ -1,7 +1,7 @@
 {% load i18n %}
 <section class="front-page">
     <h3>{% trans "Public registrations" %}</h3>
-    <div class="table-responsive product-row">
+    <div class="table-responsive">
     <table class="table table-striped">
         <thead>
             <tr>
-- 
GitLab