Set min height of 100pix
This commit is contained in:
parent
9b086365d0
commit
965f1f6eae
@ -1274,6 +1274,8 @@ function checkInputSize() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function resizeInput(height) {
|
function resizeInput(height) {
|
||||||
|
if (height < 100) height = 100;
|
||||||
|
|
||||||
var diff = 50 + 12; // actions box + padding
|
var diff = 50 + 12; // actions box + padding
|
||||||
|
|
||||||
$("#input").height(height);
|
$("#input").height(height);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user