making default fact view height 10

This commit is contained in:
Jared Tabor 2017-08-01 20:31:07 -07:00
parent 600089d689
commit 844e704adf

View File

@ -4,7 +4,7 @@
<span class="Form-inputLabel" translate>FACTS</span>
</label>
<div>
<textarea rows="6" ng-model="facts" name="facts" class="form-control Form-textArea Form-formGroup--fullWidth" id="host_facts"></textarea>
<textarea rows="10" ng-model="facts" name="facts" class="form-control Form-textArea Form-formGroup--fullWidth" id="host_facts"></textarea>
</div>
</div>
</form>