mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 15:47:00 +02:00
Remove hardcoded textarea height
This commit is contained in:
@@ -10,7 +10,7 @@ class AdminerEditTextarea {
|
||||
|
||||
function editInput($table, $field, $attrs, $value) {
|
||||
if (preg_match('~char~', $field["type"])) {
|
||||
return "<textarea cols='30' rows='1' style='height: 1.2em;'$attrs>" . Adminer\h($value) . '</textarea>';
|
||||
return "<textarea cols='30' rows='1'$attrs>" . Adminer\h($value) . '</textarea>';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user