Hauteur de lignes tableau

This commit is contained in:
Colin Maudry
2025-11-12 22:18:46 +01:00
parent c44ef311c3
commit c19076ee85
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
[project] [project]
name = "decp.info" name = "decp.info"
description = "Interface d'exploration et d'analyse des marchés publics français." 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" requires-python = ">= 3.10"
authors = [ authors = [
{ name = "Colin Maudry", email = "colin+decp@maudry.com" } { name = "Colin Maudry", email = "colin+decp@maudry.com" }
+3 -3
View File
@@ -53,7 +53,7 @@ datatable = html.Div(
"minWidth": "350px", "minWidth": "350px",
"textAlign": "left", "textAlign": "left",
"overflow": "hidden", "overflow": "hidden",
"lineHeight": "14px", "lineHeight": "18px",
"whiteSpace": "normal", "whiteSpace": "normal",
}, },
{ {
@@ -61,7 +61,7 @@ datatable = html.Div(
"minWidth": "250px", "minWidth": "250px",
"textAlign": "left", "textAlign": "left",
"overflow": "hidden", "overflow": "hidden",
"lineHeight": "14px", "lineHeight": "18px",
"whiteSpace": "normal", "whiteSpace": "normal",
}, },
{ {
@@ -69,7 +69,7 @@ datatable = html.Div(
"minWidth": "250px", "minWidth": "250px",
"textAlign": "left", "textAlign": "left",
"overflow": "hidden", "overflow": "hidden",
"lineHeight": "14px", "lineHeight": "18px",
"whiteSpace": "normal", "whiteSpace": "normal",
}, },
], ],