bug #1664240 [GUI] css height makes cfg TextareaRows useless
This commit is contained in:
@@ -290,7 +290,10 @@ fieldset legend {
|
||||
button { display: inline; }
|
||||
|
||||
/* Textarea */
|
||||
textarea { overflow: auto; }
|
||||
textarea {
|
||||
overflow: auto;
|
||||
height: <?php echo ceil($GLOBALS['cfg']['TextareaRows'] * 1.2); ?>em;
|
||||
}
|
||||
|
||||
|
||||
/* topmenu */
|
||||
|
Reference in New Issue
Block a user