From 0e2f698e6974fbddf0a86874e98b3c3277839c83 Mon Sep 17 00:00:00 2001 From: nd <git@notandy.de> Date: Mon, 5 Apr 2021 17:20:28 +0200 Subject: [PATCH] condense group list --- uffd/user/templates/group_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uffd/user/templates/group_list.html b/uffd/user/templates/group_list.html index 906c9f1f..f8a35b10 100644 --- a/uffd/user/templates/group_list.html +++ b/uffd/user/templates/group_list.html @@ -3,7 +3,7 @@ {% block body %} <div class="row"> <div class="col"> - <table class="table table-striped"> + <table class="table table-striped table-sm"> <thead> <tr> <th scope="col">gid</th> -- GitLab