Line height

This commit is contained in:
Colin Maudry
2025-11-13 14:13:36 +01:00
parent c19076ee85
commit 783fb88d0c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -246,7 +246,7 @@ def get_last_marches_table(data) -> html.Div:
"minWidth": "300px", "minWidth": "300px",
"textAlign": "left", "textAlign": "left",
"overflow": "hidden", "overflow": "hidden",
"lineHeight": "14px", "lineHeight": "18px",
"whiteSpace": "normal", "whiteSpace": "normal",
}, },
{ {
+1 -1
View File
@@ -258,7 +258,7 @@ def get_last_marches_table(data) -> html.Div:
"minWidth": "300px", "minWidth": "300px",
"textAlign": "left", "textAlign": "left",
"overflow": "hidden", "overflow": "hidden",
"lineHeight": "14px", "lineHeight": "18px",
"whiteSpace": "normal", "whiteSpace": "normal",
}, },
{ {