From c19076ee85fcdcfe79daf2835c3bcce7348e2196 Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Wed, 12 Nov 2025 22:18:46 +0100 Subject: [PATCH] Hauteur de lignes tableau --- pyproject.toml | 2 +- src/pages/tableau.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c81d016..bfc01c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "decp.info" description = "Interface d'exploration et d'analyse des marchés publics français." -version = "2.1.7" +version = "2.2.0" requires-python = ">= 3.10" authors = [ { name = "Colin Maudry", email = "colin+decp@maudry.com" } diff --git a/src/pages/tableau.py b/src/pages/tableau.py index 83bfffe..972a240 100644 --- a/src/pages/tableau.py +++ b/src/pages/tableau.py @@ -53,7 +53,7 @@ datatable = html.Div( "minWidth": "350px", "textAlign": "left", "overflow": "hidden", - "lineHeight": "14px", + "lineHeight": "18px", "whiteSpace": "normal", }, { @@ -61,7 +61,7 @@ datatable = html.Div( "minWidth": "250px", "textAlign": "left", "overflow": "hidden", - "lineHeight": "14px", + "lineHeight": "18px", "whiteSpace": "normal", }, { @@ -69,7 +69,7 @@ datatable = html.Div( "minWidth": "250px", "textAlign": "left", "overflow": "hidden", - "lineHeight": "14px", + "lineHeight": "18px", "whiteSpace": "normal", }, ],