From 59eef1ae985a243ec4be4c80a3d8e254c4130c15 Mon Sep 17 00:00:00 2001 From: Jelena Date: Mon, 31 Jan 2022 00:57:21 +0100 Subject: [PATCH] fix br --- webapp/pages/home/home.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webapp/pages/home/home.py b/webapp/pages/home/home.py index 7c48b18..3ca328f 100644 --- a/webapp/pages/home/home.py +++ b/webapp/pages/home/home.py @@ -1015,13 +1015,15 @@ def serve_trajectory_settings(): [ dbc.Col( [ - "Feature columns
(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,