Closed baltechies closed 1 year ago
I am facing same issue. can you please have look @kartik-v @pappfer @gugoan
I am facing same issue. can you please have look @kartik-v @pappfer @gugoan
I was able to resolve this by adding some style. @gs63875 You can add following style to site.css file.
.form-control.kv-editor-container{
height: auto;
padding:0;
}
Works for me too. Thank you @baltechies
I've a same problem with this. Just add Works for me too. Thank you @baltechies
I am facing same issue. can you please have look @kartik-v @pappfer @gugoan
I was able to resolve this by adding some style. @gs63875 You can add following style to site.css file.
.form-control.kv-editor-container{ height: auto; padding:0; }
I've a same problem. And work to me. Thank you
I am using Yii2 advance latest version 2.0.47. Bootstrap 5. I have installed this and found that its overlapping other fields in form.
Any help?