Fix columns comments in the floating table header

Fix #13713
Close #15144

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Maurício Meneghini Fauth 2019-04-15 22:39:12 -03:00
parent 08b4d80758
commit d4bc58add6
3 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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;

View File

@ -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;