diff --git a/src/assets/css/style.css b/src/assets/css/style.css index b42c0f3..1dee649 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -350,7 +350,7 @@ table.cell-table th { display: none; } -.show-hide { +button.show-hide { position: relative; width: 180px; margin: 0 0 10px 0; diff --git a/src/figures.py b/src/figures.py index e7b97cb..c5eed34 100644 --- a/src/figures.py +++ b/src/figures.py @@ -244,6 +244,7 @@ def point_on_map(lat, lon): fig.update_layout(map_center={"lat": 46.6, "lon": 1.89}, map_zoom=4) graph = dcc.Graph(id="map", figure=fig) + graph = html.Div(style={"width": "400px"}) return graph