You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The height of the select elements is wrong (toos small), due to the value set in now-ui-kit/scss/now-ui-kit/_inputs.scss. Even on your demo site you can see the result:
This is the expected result, just removing height: auto;:
The text was updated successfully, but these errors were encountered:
I'm using v1.3.0.
The height of the select elements is wrong (toos small), due to the value set in
now-ui-kit/scss/now-ui-kit/_inputs.scss
. Even on your demo site you can see the result:This is the expected result, just removing
height: auto;
:The text was updated successfully, but these errors were encountered: