Textbox and dropbox height don't match

Hello, I have have a problem, how can I change the dropbox height to match the same height of the textbox?
thank you

Alberto

Are you using Radzen IDE or Radzen Components?

Components, and the screenshot s are from the online demo

the quick fix I found is this, perhaps somebody can give a better solution? thanks

<style>
    .rz-dropdown {
        margin-bottom: -0.38rem;
    }
</style>