Selects: Width is not correct
chasturansky opened this issue · 2 comments
chasturansky commented
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:
- Go to https://denali-design.github.io/denali-css/docs/#selects
- See the first example
Expected behavior
Width should be 250px
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.
raziyamajeeth commented
chasturansky commented
Looks like this was fixed in an update. Thank you for pointing this out.