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.
This commit is contained in:
Torsten Schulz (local)
2026-04-23 14:25:24 +02:00
parent b6ea00d917
commit d08f902136

View File

@@ -6,8 +6,8 @@
:buttons="buttons"
:modal="true"
:isTitleTranslated="false"
width="55em"
height="32em"
width="64em"
height="40em"
name="VocabPracticeDialog"
display="flex"
>