Reputation: 1224
I have a text box for a ten-digit phone number. The box is 300px wide and the font looks small and condensed.
How can I increase both the font size and spacing in the QInput component?
Upvotes: 4
Views: 4103
Reputation: 6978
You can use :input-style="{ fontSize: '35px' }"
https://codepen.io/Pratik__007/pen/abGGgqb
Upvotes: 4