Merge branch 'QA_4_3'

This commit is contained in:
Marc Delisle 2015-02-23 08:01:11 -05:00
commit a84e476902
2 changed files with 3 additions and 0 deletions

View File

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

View File

@ -324,10 +324,12 @@ input.button:disabled {
textarea {
overflow: visible;
margin: 6px;
height: <?php echo ceil($GLOBALS['cfg']['TextareaRows'] * 1.2); ?>em;
}
textarea.char {
margin: 6px;
height: <?php echo ceil($GLOBALS['cfg']['CharTextareaRows'] * 1.2); ?>em;
}