Skip to content

Commit

Permalink
fix too narrow dialogs for uk translations
Browse files Browse the repository at this point in the history
  • Loading branch information
davwas committed Oct 18, 2023
1 parent feabca6 commit 4860813
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/organisms/administration/SchoolPolicy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
/>
<v-custom-dialog
v-model="isDeletePolicyDialogOpen"
:size="375"
:size="430"
has-buttons
confirm-btn-title-key="common.actions.delete"
confirm-btn-icon="$mdiTrashCanOutline"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<v-custom-dialog
:is-open="isOpen"
:size="375"
:size="425"
@dialog-closed="cancel"
has-buttons
confirm-btn-title-key="pages.administration.school.index.schoolPolicy.replace"
Expand Down
2 changes: 1 addition & 1 deletion src/components/organisms/administration/SchoolTerms.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
/>
<v-custom-dialog
v-model="isDeleteTermsDialogOpen"
:size="375"
:size="430"
has-buttons
confirm-btn-title-key="common.actions.delete"
confirm-btn-icon="$mdiTrashCanOutline"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<v-custom-dialog
:is-open="isOpen"
:size="375"
:size="425"
@dialog-closed="cancel"
has-buttons
confirm-btn-title-key="pages.administration.school.index.termsOfUse.replace"
Expand Down

0 comments on commit 4860813

Please sign in to comment.