I have encountered an issue with vuetify where the v-container automatically takes full width at 67% zoom of the browser, even though I have not used the fluid property. It seems to work fine for the rest of the cases.
<v-container>
<v-card
:ripple="false"
class="mt-2"
outlined
>
//xyz code here
</v-card>
</v-container>