We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a1264 commit 5e886c2Copy full SHA for 5e886c2
src/components/ScreenFinishAdvanced.vue
@@ -24,14 +24,15 @@
24
</p>
25
<div class="row">
26
<q-btn
27
- class="col-4 q-ma-lg"
+ class="q-mt-md q-mb-md"
28
color="primary"
29
icon="refresh"
30
label="Reset form"
31
no-caps
32
- size="xl"
33
v-on:click="createAnother"
34
/>
+ </div>
35
+ <div class="row">
36
<DownloadButton class="col-4 q-ma-lg" />
37
</div>
38
0 commit comments