There is such a block of code in View:
<div class="form-group" style="padding-top: 25px"> <label class="col-sm-2 control-label">Discription:</label> <div class="col-sm-10"> @Html.EditorFor(model => model.Event.Discription, new { htmlAttributes = new { @class = "form-control", placeholder = "Enter discription.." } }) </div> </div> This field is for entering a description of the product, that is, it must be large. Adding style='height: 100px' leads to an increase in the window height, but the text does not jump down to the end, but continues to go beyond.