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", }, {