Skip to content
Snippets Groups Projects
Commit 32f511a8 authored by Florian Obersteiner's avatar Florian Obersteiner :octopus:
Browse files

cosmetics

parent 873a5111
No related branches found
No related tags found
1 merge request!11draft auto-deployment
......@@ -242,13 +242,12 @@ def create(df: pd.DataFrame, config: DotDict) -> list[html.Header]:
[
html.Label(
"Show trajectories",
style={"margin-right": "10px"},
),
dcc.Checklist(
id="trajectories-checkbox",
options=[{"label": "", "value": 1}],
inline=True,
style={"display": "inline-block", "vertical-align": "right"},
style={"display": "inline-block", "margin-left": "10px", "vertical-align": "right"},
),
],
style={
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment