79433730

Date: 2025-02-12 16:14:24
Score: 1
Natty:
Report link

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;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: zmaten