fix(VocabPracticeDialog): adjust dialog dimensions for improved layout
All checks were successful
Deploy to production / deploy (push) Successful in 1m54s
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:
@@ -6,8 +6,8 @@
|
|||||||
:buttons="buttons"
|
:buttons="buttons"
|
||||||
:modal="true"
|
:modal="true"
|
||||||
:isTitleTranslated="false"
|
:isTitleTranslated="false"
|
||||||
width="55em"
|
width="64em"
|
||||||
height="32em"
|
height="40em"
|
||||||
name="VocabPracticeDialog"
|
name="VocabPracticeDialog"
|
||||||
display="flex"
|
display="flex"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user