mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-21 17:06:18 +00:00
fix[ui]: date crop
This commit is contained in:
committed by
Florian BEZANNIER
parent
ba18eb253e
commit
2e3dd39d3b
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user