From fdae782cb853db834cd36c5a20ddc87c3f58a340 Mon Sep 17 00:00:00 2001 From: Peter Joles Date: Sat, 22 Feb 2020 14:02:31 -0800 Subject: [PATCH] Vertically align keys to the top in import table --- src/App.vue | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) 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. +