Merge branch 'QA_4_7'
This commit is contained in:
commit
67a3ef67d6
@ -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
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user