Quantcast
Channel: 🎛️ Dash - Plotly Community Forum
Viewing all articles
Browse latest Browse all 6271

Remove break between two components

$
0
0

I would like to have the title and the checklist in the same line. Remove the break

    html.Div([html.P("Title goes here :"), 
    dcc.Checklist(id='DropDown',
    options=[
        {'label': '-1.5', 'value': -1.5},
        {'label': '0', 'value': 0},
    ], value=[0,-1.5], labelStyle={'display': 'inline-block','text-align': 'justify'},style={'display': 'inline-block'} ), 
    ], style={'display': 'inline-block'}),

that should result in something like this:

Title: Checklist

Appreciate any help:)

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 6271

Latest Images

Trending Articles



Latest Images