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
I like this control, but it has a very evident issue handling options heights.
I can address this problem only adding this CSS style that override defaults
I like this control, but it has a very evident issue handling options heights.
<style> .dd-selected-text, .dd-option-text { line-height: 3em !important; } </style>I can address this problem only adding this CSS style that override defaults
Is it possible to just adjust to option content height when no fixed height is specified ?
The text was updated successfully, but these errors were encountered: