mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-14 19:21:46 +03:00
Set min height of 100pix
This commit is contained in:
parent
9b086365d0
commit
965f1f6eae
@ -1274,6 +1274,8 @@ function checkInputSize() {
|
||||
}
|
||||
|
||||
function resizeInput(height) {
|
||||
if (height < 100) height = 100;
|
||||
|
||||
var diff = 50 + 12; // actions box + padding
|
||||
|
||||
$("#input").height(height);
|
||||
|
Loading…
Reference in New Issue
Block a user