Skip to content

Commit 5e886c2

Browse files
Reggie CushingReggie Cushing
authored andcommitted
small reset button top
1 parent d2a1264 commit 5e886c2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components/ScreenFinishAdvanced.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,15 @@
2424
</p>
2525
<div class="row">
2626
<q-btn
27-
class="col-4 q-ma-lg"
27+
class="q-mt-md q-mb-md"
2828
color="primary"
2929
icon="refresh"
3030
label="Reset form"
3131
no-caps
32-
size="xl"
3332
v-on:click="createAnother"
3433
/>
34+
</div>
35+
<div class="row">
3536
<DownloadButton class="col-4 q-ma-lg" />
3637
</div>
3738
</div>

0 commit comments

Comments
 (0)