Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
commit
cc48051a1e
@ -17,6 +17,7 @@ phpMyAdmin - ChangeLog
|
||||
- issue Prevent line wrap in DB structure size column
|
||||
- issue Remove extra line break from downloaded blob content
|
||||
- issue #15725 Fixed error 500 when exporting - set time limit when $cfg['ExecTimeLimit'] used a string and not an int value
|
||||
- issue #15726 Fixed double delete icons on enum editor
|
||||
|
||||
5.0.0 (2019-12-26)
|
||||
- issue #13896 Drop support for PHP 5.5, PHP 5.6, PHP 7.0 and HHVM
|
||||
|
||||
@ -41,7 +41,6 @@ p.enum_notice {
|
||||
}
|
||||
|
||||
img {
|
||||
width: 1.8em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
@ -41,7 +41,6 @@ p.enum_notice {
|
||||
}
|
||||
|
||||
img {
|
||||
width: 1.8em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
@ -41,7 +41,6 @@ p.enum_notice {
|
||||
}
|
||||
|
||||
img {
|
||||
width: 1.8em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user