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

Manage font size of dropdown menu items

$
0
0

How do I change the font size of dropdown menu items?

dbc.InputGroup(
               [
                   dbc.InputGroupAddon("Address"),
                   dcc.Input(id='address_autocomplete', style={'width':'76%'}),
                   dcc.Dropdown(id='address_dropdown',
                                placeholder="Address Suggestions",
                                style={'width':'100%', 'display':'inline-block'})
               ],
               style={'margin-top':'30px', 'width': '53%', 'float': 'left'},
           ),

Screenshot 2020-07-19 at 9.27.12 PM

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 6271

Trending Articles