Browse Source

DIV-796: forcing min height for field to avoid auto shrink issue on IE

pull/160/head
Benard Ebinu 7 years ago
parent
commit
4255597274
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      edivorce/apps/core/templates/question/06_children_facts.html

+ 1
- 1
edivorce/apps/core/templates/question/06_children_facts.html View File

@ -236,7 +236,7 @@
Any other relevant information regarding the conditions, means, needs and other circumstances of
each spouse or of any child for whom support is sought?
</p>
{% input_field type="textarea" name="additional_relevant_spouse_children_info" maxlength="500" rows="3" class="fact-sheet-input form-control response-textarea" %}
{% input_field style="height:50px;" type="textarea" name="additional_relevant_spouse_children_info" maxlength="500" rows="3" class="fact-sheet-input form-control response-textarea" %}
</td>
</tr>
<tr>


Loading…
Cancel
Save