This commit is contained in:
2021-09-21 17:26:41 +00:00
parent e72e665e81
commit b4eda0971c
4 changed files with 10 additions and 4 deletions

View File

@@ -147,7 +147,7 @@
<v-btn @click="remove()" text>
{{ $ay.t("Delete") }}
</v-btn>
<v-spacer></v-spacer>
<v-spacer v-if="!$vuetify.breakpoint.xs"></v-spacer>
<v-btn text @click="editMenu = false">{{
$ay.t("Cancel")
}}</v-btn>

View File

@@ -44,7 +44,7 @@
data-cy="reportselector:ok"
>{{ $ay.t("New") }}</v-btn
>
<v-spacer></v-spacer>
<v-spacer v-if="!$vuetify.breakpoint.xs"></v-spacer>
<v-btn
color="primary"
text