From 18a52a2580c186e5cf368c868edd0ceabef18789 Mon Sep 17 00:00:00 2001 From: Hangzhi Yu <hangzhi@protonmail.com> Date: Fri, 7 Jun 2024 15:41:17 +0200 Subject: [PATCH] Make absence entering alert more responsive --- .../components/substitutions/SubstitutionOverview.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/aleksis/apps/chronos/frontend/components/substitutions/SubstitutionOverview.vue b/aleksis/apps/chronos/frontend/components/substitutions/SubstitutionOverview.vue index 0bcb0e00..2fca99a6 100644 --- a/aleksis/apps/chronos/frontend/components/substitutions/SubstitutionOverview.vue +++ b/aleksis/apps/chronos/frontend/components/substitutions/SubstitutionOverview.vue @@ -53,11 +53,10 @@ import { <v-alert type="info" outlined dense class="full-width"> <v-row align="center" no-gutters> - <v-col class="grow"> + <v-col cols="12" md="9"> {{ $t("chronos.substitutions.overview.info_alert.text") }} </v-col> - <v-spacer></v-spacer> - <v-col class="shrink"> + <v-col cols="12" md="3" align="right"> <v-btn color="info" outlined -- GitLab