Skip to content

Commit ee4d5a4

Browse files
authored
Merge pull request #677 from citation-file-format/652-download-button
Resizing reset button
2 parents db83390 + 471c505 commit ee4d5a4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/components/ScreenFinishAdvanced.vue

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,19 @@
2222
<p class="finish-paragraph">
2323
Distribute the CITATION.cff with your project, for instance, by adding it to the root of your GitHub repository.
2424
</p>
25+
<div class="row">
26+
<DownloadButton class="col-4 q-ma-lg" />
27+
</div>
2528
<div class="row">
2629
<q-btn
27-
class="col-4 q-ma-lg"
28-
color="primary"
30+
class="q-mt-md q-mb-md"
31+
color=""
32+
text-color="red"
2933
icon="refresh"
3034
label="Reset form"
3135
no-caps
32-
size="xl"
3336
v-on:click="createAnother"
3437
/>
35-
<DownloadButton class="col-4 q-ma-lg" />
3638
</div>
3739
</div>
3840
<div v-else>

0 commit comments

Comments
 (0)