]> git.joonet.de Git - adminer.git/commitdiff
Do not wrap alter table thead
authorJakub Vrana <jakub@vrana.cz>
Wed, 7 Feb 2018 13:22:58 +0000 (14:22 +0100)
committerJakub Vrana <jakub@vrana.cz>
Wed, 7 Feb 2018 13:22:58 +0000 (14:22 +0100)
adminer/include/editing.inc.php

index ff34638ded63e08862b2913bc162a26876565435..a16bb41d417676152c36b897e89626888b8f3299 100644 (file)
@@ -234,7 +234,7 @@ function edit_fields($fields, $collations, $type = "TABLE", $foreign_keys = arra
        global $inout;
        $fields = array_values($fields);
        ?>
-<thead><tr class="wrap">
+<thead><tr>
 <?php if ($type == "PROCEDURE") { ?><td>&nbsp;<?php } ?>
 <th id="label-name"><?php echo ($type == "TABLE" ? lang('Column name') : lang('Parameter name')); ?>
 <td id="label-type"><?php echo lang('Type'); ?><textarea id="enum-edit" rows="4" cols="12" wrap="off" style="display: none;"></textarea><?php echo script("qs('#enum-edit').onblur = editingLengthBlur;"); ?>