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

No Breakline between Span and Dropdown

$
0
0

@MicSto wrote:

Hi,

I would like to do this:

html.Div(children=[html.Span(children='Recording frequency: '),
                                     dcc.Dropdown(id='frequency-list', options=frequencies)]),

that should result in something like this:

text_in_span: Dropdown Menu

So, I would like to suppress the break line that might come with the dropdown component.

I appreciate any help:)

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 6271

Trending Articles