From 929abeef2459887a7c7243106837e08d64d25108 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Fri, 24 Nov 2023 11:29:32 +0100
Subject: [PATCH] fixed with for project column in overview

---
 public_html/deployment/main.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public_html/deployment/main.css b/public_html/deployment/main.css
index dda458ad..3f2e79a5 100644
--- a/public_html/deployment/main.css
+++ b/public_html/deployment/main.css
@@ -260,6 +260,7 @@ tr.progresshasqueue {
 
 td.prj:nth-child(1) {
     max-width: 30em;
+    min-width: 30em;
 }
 
 td.prj:nth-child(1) a {
@@ -341,7 +342,6 @@ tr:hover td.prj>div {
 
 td.prj>div.deployprogress {
     border-top: 1px dashed #ccc;
-    margin-top: 0.7em;
 }
 
 .dev {
-- 
GitLab