From 5196222d7123afb8372544225cfb9d34348b0ee6 Mon Sep 17 00:00:00 2001 From: yukirij Date: Tue, 15 Oct 2024 16:29:23 -0700 Subject: [PATCH] Standardize user and requests tables. --- www/css/ui.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/css/ui.css b/www/css/ui.css index 604f86f..60a22b3 100644 --- a/www/css/ui.css +++ b/www/css/ui.css @@ -50,6 +50,7 @@ main table.list.session th:nth-child(2){width:10rem;} main table.list.session-resume th:nth-child(1){width:10rem;} +main table.list.challenge th:nth-child(1){width:10rem;} main table.list.challenge th:nth-child(2){width:10rem;} main table.list.invite th:nth-child(1){width:15rem;}