diff --git a/ChangeLog b/ChangeLog index 9f39b50225..78d5b47774 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ phpMyAdmin - ChangeLog 4.4.4.0 (not yet released) - bug #4863 Edit vs Change - bug #4859 Don't scroll (to bottom) when editing multiple rows +- bug #4862 Misaligned Inline edit field 4.4.3.0 (2015-04-20) - bug #4851 PHP errors in login dialogue diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 2c8e915148..efd0c60154 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -2844,6 +2844,7 @@ fieldset .disabled-field td { .cEdit .edit_box { overflow: hidden; padding: 0; + margin: 0; } .cEdit .edit_box_posting {