From 4b10ac9487bffebaba23efd025202927c3ea9fa2 Mon Sep 17 00:00:00 2001 From: Henrik Askjer <henrik.askjer@uib.no> Date: Mon, 15 Nov 2021 09:19:43 +0100 Subject: [PATCH] increase max width of dialog --- src/components/ArticleFooter.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ArticleFooter.vue b/src/components/ArticleFooter.vue index bd75ea06..191a0329 100644 --- a/src/components/ArticleFooter.vue +++ b/src/components/ArticleFooter.vue @@ -7,7 +7,7 @@ <v-btn v-if="webShareApiSupported" depressed x-small class="toolbar-button" rounded tabindex="0" @click="shareViaWebShare"> <v-icon x-small>share</v-icon><span class = "button-text">Del ordet</span> </v-btn> - <v-dialog max-width="500px" rounded="0" v-model="citation_dialog"> + <v-dialog max-width="600px" rounded="0" v-model="citation_dialog"> <template v-slot:activator="{ on, attrs }"> <v-btn depressed x-small class="toolbar-button" rounded tabindex="0" v-on="on" v-bind="attrs"> <v-icon x-small>format_quote</v-icon> <span class = "button-text">Siter</span> -- GitLab