Skip to content

Commit

Permalink
fix br
Browse files Browse the repository at this point in the history
  • Loading branch information
JelenaBanjac committed Jan 30, 2022
1 parent a4b0237 commit 59eef1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion webapp/pages/home/home.py
Original file line number Diff line number Diff line change
Expand Up @@ -1015,13 +1015,15 @@ def serve_trajectory_settings():
[
dbc.Col(
[
"Feature columns <br>(for the trajectory model):",
"Feature columns",
dhc.I(
title="More information",
id="feature-columns-trajectory-info",
className="fa fa-info-circle",
style={"marginLeft": "10px"},
),
dhc.Br(),
"(for the trajectory model):",
feature_columns_trajectory_modal,
],
width=3,
Expand Down

0 comments on commit 59eef1a

Please sign in to comment.