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"
|
||||
:modal="true"
|
||||
:isTitleTranslated="false"
|
||||
width="55em"
|
||||
height="32em"
|
||||
width="64em"
|
||||
height="40em"
|
||||
name="VocabPracticeDialog"
|
||||
display="flex"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user