The code snippet below is used for the username section:
<v-text-field
prepend-icon="fas fa-user"
height="60px"
placeholder="Username"
outlined
></v-text-field>
Is there a way to add space between the user icon and the text field?
Also, can someone help me figure out how to make the input field adjust its width based on the screen size? Currently, it appears too small for some reason.