From fa8d71079d4c329145b27c09f9bd2e4b6de94ad1 Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet Date: Thu, 17 Mar 2022 16:45:20 +0100 Subject: [PATCH] =?UTF-8?q?Taille=20colonnes=20=C3=A9diteur=20de=20coefs?= =?UTF-8?q?=20BUT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/static/css/table_editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/css/table_editor.css b/app/static/css/table_editor.css index 5cd8c068..e3192d88 100644 --- a/app/static/css/table_editor.css +++ b/app/static/css/table_editor.css @@ -7,7 +7,7 @@ form.semestre_selector { /* Le tableau */ /***************************/ .tableau{ - display: grid; + display: inline-grid; grid-auto-rows: minmax(24px, auto); grid-template-columns: fit-content(50px); gap: 2px;