diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php index 75cab2c225..884d114410 100644 --- a/themes/original/css/common.css.php +++ b/themes/original/css/common.css.php @@ -2961,7 +2961,6 @@ html.ie7 #pma_console .query_input { font-size: 120%; } .cm-s-pma .CodeMirror-scroll { - padding-bottom: 2em; cursor: text; } diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 3ed6a5c847..847f998628 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -3278,7 +3278,6 @@ html.ie7 #pma_console .query_input { font-size: 120%; } .cm-s-pma .CodeMirror-scroll { - padding-bottom: 2em; cursor: text; }