From 4a62440981f43ab296e8c5aec06e800b2eecf9ce Mon Sep 17 00:00:00 2001 From: SBD Date: Mon, 11 Dec 2023 22:32:27 +0300 Subject: [PATCH] 0.0.125 --- static/aerbimCSS.css | 8 +++++++- templates/widgets/elements_form_feedback.html | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) 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 %} +