fix(VocabPracticeDialog): adjust dialog dimensions for improved layout
All checks were successful
Deploy to production / deploy (push) Successful in 1m54s

- 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 0e39ca9a0f
commit 7fd8e4dda8

View File

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