diff --git a/ChangeLog b/ChangeLog index b716e28776..772b18410a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,7 @@ phpMyAdmin - ChangeLog - issue #13533 Fixed saving column to display - 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 4.7.4 (2017-08-23) - issue #13415 Remove shadow from the logo diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 905d2455c3..bdffdd2817 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -2233,7 +2233,7 @@ table#index_columns { table#index_columns select { width: 85%; - float: right; + float: ; } #move_columns_dialog div {