diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css index d9db756..2585e7a 100644 --- a/static/aerbimCSS.css +++ b/static/aerbimCSS.css @@ -558,10 +558,15 @@ body.n_scroll{ .description_form_feedback_txt{ margin-top: 30px; - margin-bottom: 50px; + margin-bottom: 110px; color: #000000; width: 100%; + overflow-wrap: break-word; +} +.right_bottom_part_feedback{ + position: relative; + bottom: 0; } .form_feedback_content{ @@ -1015,6 +1020,7 @@ body.n_scroll{ width: 100%; flex-direction: row; justify-content: space-between; + min-height: 250px; } .title_block_functional_features{ diff --git a/templates/widgets/elements_form_feedback.html b/templates/widgets/elements_form_feedback.html index 540d471..172ddee 100644 --- a/templates/widgets/elements_form_feedback.html +++ b/templates/widgets/elements_form_feedback.html @@ -12,6 +12,7 @@ {% if feedback_form.errors.contacts %}
{{ feedback_form.errors.contacts }}
{% endif %} +