Fix Edit index Column alignment issue

Fix #13513

Signed-off-by: Keerthana Ratnasingam <keerthyratnam@gmail.com>
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
This commit is contained in:
Keerthana Ratnasingam 2017-09-21 21:22:55 -03:00 committed by Maurício Meneghini Fauth
parent a19a8fb65d
commit 73e6a37a1c
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -2233,7 +2233,7 @@ table#index_columns {
table#index_columns select {
width: 85%;
float: right;
float: <?php echo $left; ?>;
}
#move_columns_dialog div {