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:
parent
a19a8fb65d
commit
73e6a37a1c
@ -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
|
||||
|
||||
@ -2233,7 +2233,7 @@ table#index_columns {
|
||||
|
||||
table#index_columns select {
|
||||
width: 85%;
|
||||
float: right;
|
||||
float: <?php echo $left; ?>;
|
||||
}
|
||||
|
||||
#move_columns_dialog div {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user