1👍
✅
You must unset css property min-height
in the v-input__slot
class and set the height
property:
.v-input__slot {
min-height: unset;
height: 30px;
}
Source:stackexchange.com