From 4f2ba34af21af7b4b0c10970b6ba8882d6c797f5 Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Fri, 15 May 2020 16:30:49 +0200
Subject: [PATCH] Fix css classes

---
 aleksis/core/tables.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aleksis/core/tables.py b/aleksis/core/tables.py
index ef54b384f..2f3afbc20 100644
--- a/aleksis/core/tables.py
+++ b/aleksis/core/tables.py
@@ -28,7 +28,7 @@ class GroupTypesTable(tables.Table):
     """Table to list group types."""
 
     class Meta:
-        attrs = {"class": "responsie-table centered highlight striped"}
+        attrs = {"class": "responsive-table highlight"}
 
     name = tables.LinkColumn("edit_group_type_by_id", args=[A("id")])
     description = tables.LinkColumn("edit_group_type_by_id", args=[A("id")])
-- 
GitLab