sanusart / react-dropdown-select

Customisable dropdown select for react
https://react-dropdown-select.netlify.app/
MIT License
352 stars 82 forks source link

Changing height of the input field of the react-dropdown-select #185

Closed ShauryaS closed 3 years ago

ShauryaS commented 3 years ago

How can one change the height of the input field of the react-dropdown-select easily? Is there a straightforward way to do so?

sanusart commented 3 years ago

Css style

On Sat, Jun 26, 2021, 12:15 PM Shaurya Srivastava @.***> wrote:

How can one change the height of the input field of the react-dropdown-select easily? Is there a straightforward way to do so?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sanusart/react-dropdown-select/issues/185, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACBLRX5KURFB3V324AIHSDTUWLEPANCNFSM47LFFRNA .

ShauryaS commented 3 years ago

is there a list of the ids and class names to know exactly which css style to modify?

sanusart commented 3 years ago

Just inspect with devtools

On Sun, Jun 27, 2021, 2:53 AM Shaurya Srivastava @.***> wrote:

is there a list of the ids and class names to know exactly which css style to modify?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/sanusart/react-dropdown-select/issues/185#issuecomment-869075360, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACBLRQQQFXCYEXLKEHSADDTUZSBLANCNFSM47LFFRNA .

ShauryaS commented 3 years ago

Unfortunately, when inspecting with devtools and inspecting, it is not clear which css styles should be manipulated to change the height. Further help would be appreciated