bug #1664240 [GUI] css height makes cfg TextareaRows useless
This commit is contained in:
@@ -23,6 +23,8 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
||||
+ rfe #1758177 [core] Add the Geometry DataTypes
|
||||
+ rfe #1741101, patch #1798184 UUID default for CHAR(36) PRIMARY KEY,
|
||||
thanks to Gert Palok - gert_p
|
||||
- bug #1664240 [GUI] css height makes cfg TextareaRows useless
|
||||
|
||||
|
||||
2.11.4.0 (not yet released)
|
||||
- bug #1843428 [GUI] Space issue with DROP/DELETE/ALTER TABLE
|
||||
|
@@ -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 */
|
||||
|
@@ -108,6 +108,7 @@ form {
|
||||
|
||||
textarea {
|
||||
overflow: visible;
|
||||
height: <?php echo ceil($GLOBALS['cfg']['TextareaRows'] * 1.2); ?>em;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
|
@@ -91,6 +91,7 @@ form {
|
||||
|
||||
textarea {
|
||||
overflow: visible;
|
||||
height: <?php echo ceil($GLOBALS['cfg']['TextareaRows'] * 1.2); ?>em;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
|
Reference in New Issue
Block a user