From 4255597274a4411c1e494ddf6d4615a4247f9394 Mon Sep 17 00:00:00 2001 From: Benard Ebinu Date: Wed, 28 Mar 2018 16:26:08 -0700 Subject: [PATCH] DIV-796: forcing min height for field to avoid auto shrink issue on IE --- edivorce/apps/core/templates/question/06_children_facts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edivorce/apps/core/templates/question/06_children_facts.html b/edivorce/apps/core/templates/question/06_children_facts.html index ee39021d..d501d7e7 100644 --- a/edivorce/apps/core/templates/question/06_children_facts.html +++ b/edivorce/apps/core/templates/question/06_children_facts.html @@ -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?

- {% 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" %}