Skip to content
Snippets Groups Projects
Verified Commit 4f2ba34a authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix css classes

parent dd35d017
No related branches found
No related tags found
1 merge request!270Resolve "Frontend for group types"
Pipeline #2159 passed
......@@ -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")])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment