acheteur_nom plus étroit, comment contribuer

This commit is contained in:
Colin Maudry
2025-09-21 11:43:55 +02:00
parent f56f5bfc94
commit f3305d42cd
2 changed files with 25 additions and 9 deletions
+11 -1
View File
@@ -83,6 +83,14 @@ datatable = dash_table.DataTable(
"lineHeight": "14px",
"whiteSpace": "normal",
},
{
"if": {"column_id": "acheteur_nom"},
"minWidth": "250px",
"textAlign": "left",
"overflow": "hidden",
"lineHeight": "14px",
"whiteSpace": "normal",
},
],
data_timestamp=0,
markdown_options={"html": True},
@@ -92,7 +100,9 @@ layout = [
html.Div(
html.Details(
children=[
html.Summary(html.H3("Mode d'emploi")),
html.Summary(
html.H3("Mode d'emploi", style={"text-decoration": "underline"}),
),
dcc.Markdown(
"""