/* fix ckeditor 5 start */
.ck-editor ol,
.ck-editor ul
{
    padding-inline-start: 30px;

}
.ck_show{
    overflow:auto;
}
.ck_show ol,
.ck_show ul
{
    padding-inline-start: 30px;

}
.ck_show p{
    min-height: 16px;

}
.ck-editor .ck-editor__editable{
    min-height:291px;
}
/* fix ckeditor 5 end */