From c3de76cd2008622fb7aafe698846bec7f5613988 Mon Sep 17 00:00:00 2001 From: JubaAzul <118773284+JubaAzul@users.noreply.github.com> Date: Wed, 8 Jan 2025 13:48:03 -0500 Subject: [PATCH] =?UTF-8?q?Ajustement=20de=20l'interface=20probl=C3=A9mati?= =?UTF-8?q?que=20dans=20l'=C3=A9diteur=20de=20quiz=20Fixes=20#74?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/pages/Teacher/EditorQuiz/editorQuiz.css | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/pages/Teacher/EditorQuiz/editorQuiz.css b/client/src/pages/Teacher/EditorQuiz/editorQuiz.css index 79157ff..2aeec28 100644 --- a/client/src/pages/Teacher/EditorQuiz/editorQuiz.css +++ b/client/src/pages/Teacher/EditorQuiz/editorQuiz.css @@ -22,7 +22,6 @@ .quizEditor .editSection { width: 100%; - height: 78vh; display: flex; }