@@ -1219,7 +1219,7 @@ Selects($("#testInput1"));
$(arr).each(function(i, n) {
html = '<li value="' + n + '">' + n + '</li>';
$(html).appendTo($('.testInput-list'));
- $('.testInput-list').css('height', '27px');
+ $('.testInput-list').css('height', '200px');
});
}