lyft / clutch

Extensible platform for infrastructure management

Home Page:https://clutch.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Select Dropdown list items looks cluttered

tilakraj9560 opened this issue · comments

Description
Whenever select dropdown is used in conjunction with other elements, mostly with forms, it seems all the list items are cluttered in one row.
Expected Behavior
each list item should be present in a separate row.

Actual Behavior
image

Version
Commit used 8th Jan 2022.

Other Context

commented

@tilakraj9560 can you provide a snippet of code where you're seeing this issue? I'm having a hard time reproducing.

This is the snippet of code I'm using:

  <div>
    <form>
      <Select name="storybookDemo" {...props} />
    </form>
  </div>