I managed to increase the width of the input field via CSS. You can either do it locally within tag of the component or globally via some CSS or its derivative like so:
.v-data-table-footer__items-per-page .v-select .v-field__input {
min-width: 115px !important;
}