Merge branch 'QA_4_3'
This commit is contained in:
commit
a84e476902
@ -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
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user