dcc.Dropdown doesn't change height

Hi,

I am trying to change height of dcc.Dropdown but I am not able to change it. Feels like it couldn’t change because it is table display.
output:


code:

I think you’re doing right by setting style={'height':'10px'}. You just need to set it higher as 50px or 100px.

What if I want to make height smaller to align with other features of the page?

I would like to reduce or remove padding around the values. Since I need to make everything around in same size and 30-35px is huge size which I don’t want.