From 45afaba1d06d8a7e9efedaa158ceec9f1f7d75c2 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Thu, 21 May 2015 10:16:41 +0530 Subject: Fix editor height in console Signed-off-by: Madhura Jayaratne --- themes/original/css/common.css.php | 1 - themes/pmahomme/css/common.css.php | 1 - 2 files changed, 2 deletions(-) (limited to 'themes') 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; } -- cgit v1.2.3