bugfix: fix max width of update dialog on mobile devices
Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
</style>
|
</style>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<v-dialog :value="application !== ''" persistent width="60%" max-width="800">
|
<v-dialog :value="application !== ''" persistent max-width="800" class="mx-0">
|
||||||
<v-card
|
<v-card
|
||||||
dark
|
dark
|
||||||
:loading="!complete"
|
:loading="!complete"
|
||||||
|
Reference in New Issue
Block a user