diff --git a/ChangeLog b/ChangeLog index a77a6fb173..d01c46853b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -64,6 +64,7 @@ phpMyAdmin - ChangeLog - bug #4768 MariaDB: version mismatch - bug #4777 Some images are missing in Designer for original theme - bug #4767 Drizzle: undefined index in mysql_charsets.inc.php +- bug #4753 Normal field and multi-line field have different margins 4.3.10.0 (2015-02-20) - bug Undefined index navwork diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 61c3bb77dc..6adf166ab9 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -324,10 +324,12 @@ input.button:disabled { textarea { overflow: visible; + margin: 6px; height: em; } textarea.char { + margin: 6px; height: em; }