Hi
Vinitha Jeyakumar,
As shown in the picture below, it carries it out of the Div. The toolbar is larger than normal.
Code he wrote.
<div class="form-row">
<div class="form-group col-md-12">
@Html.LabelFor(m => m.SikayetFormuTek.Sonuc, htmlAttributes: new { @class = "control-label col-cm-1" })
<div class="col-sm-12">
@Html.EJS().RichTextEditorFor(m=>m.SikayetFormuTek.Sonuc).Render()
</div>
@Html.ValidationMessage("Sonuc", "", new { @class = "text-danger" })
</div>
</div>