From f8d2746088b5340130de3b0776058b3b17e23283 Mon Sep 17 00:00:00 2001 From: Sergei Maertens Date: Tue, 31 Dec 2024 11:28:53 +0100 Subject: [PATCH 1/3] :bug: [#4650] Fix styling of registrator screen Some class names and stylesheets were missing for the inline radio choices, causing the page to look janky. --- .../of_authentication/registrator_subject_info.html | 7 ------- src/openforms/templates/includes/forms/radio.html | 2 +- src/openforms/ui/static/ui/scss/components/_index.scss | 2 ++ .../utils/templates/of_utils/widgets/radio_option.html | 2 +- 4 files changed, 4 insertions(+), 9 deletions(-) diff --git a/src/openforms/authentication/templates/of_authentication/registrator_subject_info.html b/src/openforms/authentication/templates/of_authentication/registrator_subject_info.html index 3af0336a57..38a7865c0b 100644 --- a/src/openforms/authentication/templates/of_authentication/registrator_subject_info.html +++ b/src/openforms/authentication/templates/of_authentication/registrator_subject_info.html @@ -1,13 +1,6 @@ {% extends 'ui/views/abstract/detail.html' %} {% load i18n static %} -{% block extra_css %} - {{ block.super }} - - {# Needed for the styling of the auth-mode class #} - -{% endblock %} - {% block card %}
diff --git a/src/openforms/templates/includes/forms/radio.html b/src/openforms/templates/includes/forms/radio.html index d965bb996c..1f79e59288 100644 --- a/src/openforms/templates/includes/forms/radio.html +++ b/src/openforms/templates/includes/forms/radio.html @@ -8,7 +8,7 @@ utrecht-form-fieldset__legend utrecht-form-fieldset__legend--html-legend utrecht-form-field__label"> -