Export button align left

This commit is contained in:
Ponkhy 2021-09-15 12:01:30 +02:00
parent 4711aeb355
commit f679c1cbaf

View File

@ -135,7 +135,7 @@
({{ $t("backupDescription2") }}) <br />
</p>
<div class="d-flex mb-2 justify-content-center">
<div class="mb-2">
<button class="btn btn-primary" @click="downloadBackup">{{ $t("Export") }}</button>
</div>