fix[ui]: date crop

This commit is contained in:
Florian Bezannier
2026-05-20 18:58:51 +02:00
committed by Florian BEZANNIER
parent ba18eb253e
commit 2e3dd39d3b
+2 -1
View File
@@ -282,7 +282,8 @@ def serve_layout():
*fig_filter.get_store(),
html.Div([
dbc.Row(
children=range_slider
children=range_slider,
style={"paddingLeft": "40px", "paddingRight": "40px", "height": "50px"},
),
dbc.Tabs([
dbc.Tab(label="Summary", tab_id="summary", children=summary_tab),