Merge branch 'QA_4_7'

This commit is contained in:
Michal Čihař 2017-09-28 15:55:41 +02:00
commit 67a3ef67d6
2 changed files with 2 additions and 1 deletions

View File

@ -48,6 +48,7 @@ phpMyAdmin - ChangeLog
- issue #13647 Fixed export of tables with VIRTUAL columns
- issue #13669 Fixed selecting multiple rows accidentally selects the next row too
- issue #13513 Fixed edit index Column alignment issue
- issue #13515 Fixed rendering of add index dialog
4.7.4 (2017-08-23)
- issue #13415 Remove shadow from the logo

View File

@ -2174,7 +2174,7 @@ input#input_import_file {
*/
#index_frm .index_info input[type="text"],
#index_frm .index_info select {
width: 14em;
width: 100%;
margin: 0;
box-sizing: border-box;
-ms-box-sizing: border-box;