Hi there,
Hope you are doing well. We have got the solution for Lesson Not Saving Issue. Please apply following CSS on the tutor-admin.css file from this location: wp-content/plugins/tutor/assets/css/
.quiz-builder-question .question-icon {
-webkit-box-flex: 0;
-ms-flex: 0 0 155px;
flex: 0 0 155px;
}
.admin-bar .tutor-modal-wrap .tutor-modal-content{
max-height: calc(90% - 32px);
margin-top: 32px;
}
.admin-bar.mceContentBody .tutor-modal-wrap .tutor-modal-content{
max-height: calc(90% - 88px);
margin-top: 88px;
}
.tutor-topic-title .topic-inner-title{
max-width: calc(100% - 154px);
}
.quiz-builder-question {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background: #fff;
padding: 10px;
border: 1px solid #E2E2E2;
border-radius: 3px;
max-width: calc(100% - 52px);
}
Don’t worry! You will not lose this CSS update on plugin update. Because we will apply the same update in our upcoming update. Let me know if you have any query or issue.
Thanks