diff --git a/ChangeLog b/ChangeLog index e77e5afd4d..b83c07cc74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -95,6 +95,7 @@ phpMyAdmin - ChangeLog - issue #15119 Fixed uninterpreted HTML on Settings->Export page - issue #15159 Fixed missing query time and database in console - issue #13713 Fixed column comments in the floating table header +- issue #15177 Fixed label alignment on login page 4.8.5 (2019-01-25) - issue Developer debug data was saved to the PHP error log diff --git a/themes/pmahomme/scss/_common.scss b/themes/pmahomme/scss/_common.scss index a433f48886..9379a132fc 100644 --- a/themes/pmahomme/scss/_common.scss +++ b/themes/pmahomme/scss/_common.scss @@ -1008,7 +1008,7 @@ form.login { label { width: 10em; font-weight: bolder; - margin-left: 2em; + margin-#{$left}: 2em; } input {