From 8112bc916b9a6408aa6a3796032fc92dddd35383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com> Date: Thu, 16 Sep 2021 09:46:11 +0200 Subject: [PATCH] uniweb: Fix captcha form responsibility --- uniweb/templates/uniweb/uniweb_form_page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uniweb/templates/uniweb/uniweb_form_page.html b/uniweb/templates/uniweb/uniweb_form_page.html index 84878524..af01a226 100644 --- a/uniweb/templates/uniweb/uniweb_form_page.html +++ b/uniweb/templates/uniweb/uniweb_form_page.html @@ -60,7 +60,7 @@ </div> {% elif field.widget_type == "captchatext" %} <label class="form-field__label" for="{{ field.id_for_label }}">{{ field.label }}</label> - <div class="form-field__wrapper form-field__wrapper--shadowed w-1/2"> + <div class="form-field__wrapper form-field__wrapper--shadowed sm:w-1/2"> {{ field|add_class:"text-input form-field__control" }} </div> {% else %} -- GitLab