denali-design/denali-css

Selects: Width is not correct

chasturansky opened this issue · 2 comments

Describe the bug
It seems like the select field is not the default 250px width as the other fields are.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://denali-design.github.io/denali-css/docs/#selects
  2. See the first example

Expected behavior
Width should be 250px

Screenshots
Screen Shot 2021-02-01 at 1 37 35 PM

Additional context
The width on .input element seems to be set to 100px when it should be 250px. Double-check this is not because of the theme.

Select input is already 250px.
image

Looks like this was fixed in an update. Thank you for pointing this out.