refactor: remove fluid attribute from closing v-container tag

This commit is contained in:
2025-10-20 18:27:31 +02:00
parent d26d51c71d
commit 4a93d6cc88

View File

@@ -25,7 +25,7 @@
</v-btn>
</v-form>
</v-card>
</v-container fluid>
</v-container>
</template>
<script setup>