]> git.joonet.de Git - adminer.git/commitdiff
Full width of textarea
authorjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Fri, 13 Jul 2007 13:15:52 +0000 (13:15 +0000)
committerjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Fri, 13 Jul 2007 13:15:52 +0000 (13:15 +0000)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@160 7c3ca157-0c34-0410-bff1-cbf682f78f5c

sql.inc.php

index a94f7001f4cbe3e8dc614d3e19238b9c10aca7c7..5c7b559c6069b5ea498a23a6b99bd1f02971fc71 100644 (file)
@@ -50,7 +50,7 @@ if ($_POST && $error) {
 ?>
 
 <form action="" method="post">
-<p><textarea name="query" rows="20" cols="80"><?php echo htmlspecialchars($_POST["query"]); ?></textarea></p>
+<p><textarea name="query" rows="20" cols="80" style="width: 98%;"><?php echo htmlspecialchars($_POST["query"]); ?></textarea></p>
 <p>
 <input type="hidden" name="token" value="<?php echo $token; ?>" />
 <input type="submit" value="<?php echo lang('Execute'); ?>" />