diff --git a/src/App.vue b/src/App.vue index fa7f7ae1..d0bbb77e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -400,18 +400,21 @@ v-if="importDialog" title="Solution Import" :show="importDialog" - width="600px" + width="800px" @close="importDialog = false" > {{ importDialogMessages.message }}

Accepting will overwrite other solutions with the same name or deep link. +