mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
increase textarea cols to 80
This commit is contained in:
parent
0638d410a9
commit
559e732c19
@ -88,7 +88,7 @@ include("head.inc");
|
||||
</table>
|
||||
<br>
|
||||
<!-- command output box -->
|
||||
<textarea border='1' bordercolordark='#000000' bordercolorlight='#000000' cols='60' rows='7' name='output' id='output' wrap='hard'>
|
||||
<textarea border='1' bordercolordark='#000000' bordercolorlight='#000000' cols='80' rows='7' name='output' id='output' wrap='hard'>
|
||||
</textarea>
|
||||
</center>
|
||||
<p>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user