From 7fd8e4dda823a2fd3b9314499c93708bbb0b3645 Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Thu, 23 Apr 2026 14:25:24 +0200 Subject: [PATCH] fix(VocabPracticeDialog): adjust dialog dimensions for improved layout - Increased the width from 55em to 64em and height from 32em to 40em to enhance the visual layout of the VocabPracticeDialog component, providing a better user experience. --- frontend/src/dialogues/socialnetwork/VocabPracticeDialog.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/dialogues/socialnetwork/VocabPracticeDialog.vue b/frontend/src/dialogues/socialnetwork/VocabPracticeDialog.vue index ba5b6d7..fce1b76 100644 --- a/frontend/src/dialogues/socialnetwork/VocabPracticeDialog.vue +++ b/frontend/src/dialogues/socialnetwork/VocabPracticeDialog.vue @@ -6,8 +6,8 @@ :buttons="buttons" :modal="true" :isTitleTranslated="false" - width="55em" - height="32em" + width="64em" + height="40em" name="VocabPracticeDialog" display="flex" >