From d4bc58add6144a00fa746ce3fe977177440f77be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Mon, 15 Apr 2019 22:39:12 -0300 Subject: [PATCH] Fix columns comments in the floating table header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix #13713 Close #15144 Signed-off-by: MaurĂ­cio Meneghini Fauth --- ChangeLog | 1 + themes/original/css/common.css.php | 1 + themes/pmahomme/css/common.css.php | 1 + 3 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 62c28924dc..32c6dac8f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -63,6 +63,7 @@ phpMyAdmin - ChangeLog - issue #15036 Fixed missing input fields checks for MaxSizeForInputField - issue #15119 Fixed uninterpreted HTML on Settings->Export page - issue #15159 Fixed missing query time and database in console +- issue #13713 Fixed column comments in the floating table header 4.8.5 (2019-01-25) - issue Developer debug data was saved to the PHP error log diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php index 7128994449..bd03088d70 100644 --- a/themes/original/css/common.css.php +++ b/themes/original/css/common.css.php @@ -2188,6 +2188,7 @@ fieldset .disabled-field td { } .pma_table th.draggable span, +.sticky_columns th.draggable span, .pma_table tbody td span { display: block; overflow: hidden; diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 0f1e100217..ce9a8fa344 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -2713,6 +2713,7 @@ fieldset .disabled-field td { } .pma_table th.draggable span, +.sticky_columns th.draggable span, .pma_table tbody td span { display: block; overflow: hidden;