diff --git a/js/functions.js b/js/functions.js
index 99cc5c587..045e55aae 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -1667,8 +1667,6 @@ $(document).ready(function(){
$token=$("input[name='token']").val();
$sql_query=$("input[name='sql_query']").val();
$(".syntax").replaceWith("");
- // to help seeing the buttons without scrolling
- $('#sql_query_edit').css({height: '6em', width: '75%'});
return false;
});