bug with design (mac and iphone)
if the test has more than one line in the answer it wont work on iPhone (first picture) and mac (second one).
The issue arises with quiz questions that are extensively long, containing numerous small or large text blocks. I've independently verified this by creating several dummy questions. The problem specifically pertains to responsiveness, impacting line height and spacing. Hopefully, these issues will be fixed in future updates.
Shahjahan JewelΒ will that be fixed in the next updates?
Shahjahan JewelΒ : its two months, and the pictures are still the same. will there be a fix any soon?
Marian Zefferer, the issue has already been fixed in dev. The next release is just around the corner.
Marian Zefferer,Β If you want an instant solution,
-
Kindly update the Custom CSS from Settings > Customization > Custom CSS
-
Use this CSS property,
.fcom_question_options .el-checkbox {
height: auto;
margin-bottom: 16px;
}.question_dialog .dialog_body .fcom_question_option .el-checkbox {
margin-bottom: 0;
}
Tawsif Ahmed RiyadΒ thank you VERY much i put it in here, right: