From 783fb88d0ca37520a9b579bd56b7441bcbb93137 Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Thu, 13 Nov 2025 14:13:36 +0100 Subject: [PATCH] Line height --- src/pages/acheteur.py | 2 +- src/pages/titulaire.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/acheteur.py b/src/pages/acheteur.py index faaaacc..87ddd05 100644 --- a/src/pages/acheteur.py +++ b/src/pages/acheteur.py @@ -246,7 +246,7 @@ def get_last_marches_table(data) -> html.Div: "minWidth": "300px", "textAlign": "left", "overflow": "hidden", - "lineHeight": "14px", + "lineHeight": "18px", "whiteSpace": "normal", }, { diff --git a/src/pages/titulaire.py b/src/pages/titulaire.py index e826562..3ebeaef 100644 --- a/src/pages/titulaire.py +++ b/src/pages/titulaire.py @@ -258,7 +258,7 @@ def get_last_marches_table(data) -> html.Div: "minWidth": "300px", "textAlign": "left", "overflow": "hidden", - "lineHeight": "14px", + "lineHeight": "18px", "whiteSpace": "normal", }, {