Explorar el Código

Add drag and drop for vertical resize

FusionPBX hace 1 año
padre
commit
4a652fa4ad
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      sql_query.php

+ 1 - 1
sql_query.php

@@ -319,7 +319,7 @@
 			</td>
 		</tr>
 	</table>
-	<div id='editor'><?php echo $command; ?></div>
+	<div id='editor' style='resize:vertical; overflow:auto;'><?php echo $command; ?></div>
 
 	<?php
 	echo "		</td>";