While trying to reduce the left padding of the v-select menu checkbox using the F12 debugger, I encountered an issue where the menu suddenly disappears when clicked. This makes it difficult to see the active menu.
Attached is a screenshot of the select menu:
https://i.sstatic.net/GqT3R.png
How can I adjust the checkbox's right or label's left padding using CSS? I am using Vue 3 and Vuetify 3 versions.
For reference, here is a sample application: