Explorar el Código

Add drag and drop for vertical resize

FusionPBX hace 1 año
padre
commit
caea337644
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      command.php

+ 1 - 1
command.php

@@ -374,7 +374,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>";