From ebab64cbc6c304fd219684404ada089b03f4eabe Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Tue, 4 Oct 2022 12:00:52 +0200 Subject: [PATCH] refactor(nc-gui): remove collapse from share view modal options --- .../smartsheet/toolbar/ShareView.vue | 80 ++++++++++--------- 1 file changed, 41 insertions(+), 39 deletions(-) diff --git a/packages/nc-gui/components/smartsheet/toolbar/ShareView.vue b/packages/nc-gui/components/smartsheet/toolbar/ShareView.vue index f65eb1b6a1..d17d03ca80 100644 --- a/packages/nc-gui/components/smartsheet/toolbar/ShareView.vue +++ b/packages/nc-gui/components/smartsheet/toolbar/ShareView.vue @@ -167,10 +167,10 @@ watch(passwordProtected, (value) => { size="small" :title="$t('msg.info.privateLink')" :footer="null" - width="min(100vw,640px)" + width="min(100vw,720px)" wrap-class-name="nc-modal-share-view" > -