diff --git a/ChangeLog b/ChangeLog index 68ebdd1f32..e77e5afd4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -94,6 +94,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/metro/scss/_common.scss b/themes/metro/scss/_common.scss index b67991b591..3ac664e0fa 100644 --- a/themes/metro/scss/_common.scss +++ b/themes/metro/scss/_common.scss @@ -3113,15 +3113,18 @@ form.append_fields_form .tblFooters { border-#{$right}: 2px solid #a44; } -.pma_table { - td { - position: static; - } - +.pma_table, +.sticky_columns { th.draggable span { display: block; overflow: hidden; } +} + +.pma_table { + td { + position: static; + } tbody td span { display: block; diff --git a/themes/original/scss/_common.scss b/themes/original/scss/_common.scss index 229c21dd8c..6c302181be 100644 --- a/themes/original/scss/_common.scss +++ b/themes/original/scss/_common.scss @@ -2471,15 +2471,18 @@ fieldset { border-#{$right}: 2px solid #a44; } -.pma_table { - td { - position: static; - } - +.pma_table, +.sticky_columns { th.draggable span { display: block; overflow: hidden; } +} + +.pma_table { + td { + position: static; + } tbody td span { display: block; diff --git a/themes/pmahomme/scss/_common.scss b/themes/pmahomme/scss/_common.scss index 127fef5a53..be35bf6cf4 100644 --- a/themes/pmahomme/scss/_common.scss +++ b/themes/pmahomme/scss/_common.scss @@ -2966,15 +2966,18 @@ fieldset { border-#{$right}: 2px solid #a44; } -.pma_table { - td { - position: static; - } - +.pma_table, +.sticky_columns { th.draggable span { display: block; overflow: hidden; } +} + +.pma_table { + td { + position: static; + } tbody td span { display: block;