Fix Bug 51460

This commit is contained in:
Julia Radzhabova 2021-07-22 17:13:59 +03:00
parent 0dd78bff97
commit 3984fda98d
3 changed files with 3 additions and 3 deletions

View file

@ -102,7 +102,7 @@ define([
var view = this,
textBox = $(this.el).find('textarea'),
domTextBox = null,
minHeight = 50,
minHeight = 55,
lineHeight = 0,
scrollPos = 0,
oldHeight = 0,

View file

@ -176,7 +176,7 @@ define([
var view = this,
textBox = this.$el.find('textarea'),
domTextBox = null,
minHeight = 50,
minHeight = 55,
lineHeight = 0,
scrollPos = 0,
oldHeight = 0,

View file

@ -94,7 +94,7 @@
textarea {
width: 100%;
height: 50px;
height: 55px;
resize: none;
margin-bottom: 5px;
border: @scaled-one-px-value-ie solid @border-regular-control-ie;