Merge branch 'QA_4_8'

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Maurício Meneghini Fauth 2019-04-15 22:55:21 -03:00
commit b36a5811ba
4 changed files with 25 additions and 15 deletions

View File

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

View File

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

View File

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

View File

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