Increase rows for policy content to 50. #262
This commit is contained in:
parent
b1ab6e5df2
commit
18376f5a58
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
|||
<label data-field="content">
|
||||
Content
|
||||
</label>
|
||||
<textarea name="content" class="form-control m-input" data-name="content" rows="4">{{ obj.getContent() }}</textarea>
|
||||
<textarea name="content" class="form-control m-input" data-name="content" rows="50">{{ obj.getContent() }}</textarea>
|
||||
<div class="form-control-feedback hide" data-field="content"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue