Skip to content
Snippets Groups Projects
Commit 4b10ac94 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

increase max width of dialog

parent ee96f090
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<v-btn v-if="webShareApiSupported" depressed x-small class="toolbar-button" rounded tabindex="0" @click="shareViaWebShare"> <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-icon x-small>share</v-icon><span class = "button-text">Del ordet</span>
</v-btn> </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 }"> <template v-slot:activator="{ on, attrs }">
<v-btn depressed x-small class="toolbar-button" rounded tabindex="0" v-on="on" v-bind="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> <v-icon x-small>format_quote</v-icon> <span class = "button-text">Siter</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment