From 9d5eff79940f63a549d8d250eab8ee740c05d1ab Mon Sep 17 00:00:00 2001
From: Myriam Delaruelle <myriam.delaruelle@univ-lorraine.fr>
Date: Tue, 4 Mar 2025 09:40:30 +0100
Subject: [PATCH] fix css modules height in table

---
 styles.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/styles.css b/styles.css
index d94d20d..99b8a09 100644
--- a/styles.css
+++ b/styles.css
@@ -737,7 +737,7 @@ span#days-text{
 /* Permet la rotation des entĂȘtes du tableau */
 th.th-rotate {
 	/* Something you can count on */
-	height: 185px;
+	height: 205px;
 	white-space: nowrap;
 	position: sticky;
 	top:0;
@@ -748,7 +748,7 @@ th.th-rotate > div {
 	transform: 
 	/* Magic Numbers */
 	/*translate(18px, 53px)*/
-    translate(18px, 74px)
+    translate(18px, 84px)
 	/* 45 is really 360 - 45 */
 	rotate(315deg);
 	width: 30px;
-- 
GitLab