Is there a new method to set the height of the "v-select" component in Vuetify version 3?
In previous versions, the 'height' prop was used in this way:
<v-select :items="..." height="30" />
However, this prop has been removed in version 3.
Currently, adjusting the height of the component requires adding the height property to various classes. This solution may not be ideal, so if anyone has a better approach, please share it.