From 9b6219894a5fc93f70bb6e7057e7b6707b6e108f Mon Sep 17 00:00:00 2001
From: Myriam Delaruelle
 <Myriam Delaruelle@bdn-un-mdelarue.ad.univ-lorraine.fr>
Date: Fri, 22 Oct 2021 14:19:34 +0200
Subject: [PATCH] fix css chart

---
 styles.css | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/styles.css b/styles.css
index 165b80d..e6ebe9f 100644
--- a/styles.css
+++ b/styles.css
@@ -359,10 +359,12 @@ table.dataTable{
     grid-column: 2;
     grid-row: 1 / 2;
     overflow-y:auto;
+    height: 200%;
 }
 
 .dashboard-chart .iena-chart{
-    height: 200%;
+    height: 100%;
+    margin: 0;
 }
 
 .dashboard-panel > div{
@@ -395,4 +397,8 @@ table.dataTable{
 
 #modal-assess{
     text-align: left;
+}
+
+#dash-container{
+    margin-top: 30px;
 }
\ No newline at end of file
-- 
GitLab