From 55a09e27261cff6171c2b2771e1117198cbf3425 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Fri, 10 Feb 2023 15:08:17 +0100 Subject: [PATCH] size --- app/views/server/websites/_list.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/server/websites/_list.html.erb b/app/views/server/websites/_list.html.erb index 061993597..743c78fd7 100644 --- a/app/views/server/websites/_list.html.erb +++ b/app/views/server/websites/_list.html.erb @@ -8,7 +8,7 @@ <th><%= Communication::Website.human_attribute_name('theme_version') %></th> <th><%= University.model_name.human %></th> <th><%= Communication::Website.human_attribute_name('created_at') %></th> - <th></th> + <th width="160"></th> </tr> </thead> <tbody> -- GitLab