From e3529d875307a0c4388e1747b2bca39ea5fe25ec Mon Sep 17 00:00:00 2001 From: upsiflu Date: Wed, 25 Dec 2024 20:40:41 +0100 Subject: [PATCH] fix(modal): repair layout regression --- front/src/ui/modals/Shortcuts.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/front/src/ui/modals/Shortcuts.vue b/front/src/ui/modals/Shortcuts.vue index 00edd025a..3c9523685 100644 --- a/front/src/ui/modals/Shortcuts.vue +++ b/front/src/ui/modals/Shortcuts.vue @@ -119,11 +119,10 @@ const player = computed(() => [ :title="t('components.ShortcutsModal.header.modal')" v-model="isOpen" > - +

{{ section.title }}

@@ -134,7 +133,7 @@ const player = computed(() => [ {{ shortcut.summary }} - +
@@ -144,7 +143,7 @@ const player = computed(() => [ v-for="section in general" :key="section.title" > -

{{ section.title }}

+

{{ section.title }}

[ {{ shortcut.summary }} - +