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