From 1c09b8d41c0bb8b5b9bd5aa97036620fe6b70779 Mon Sep 17 00:00:00 2001 From: Jan Faracik <43062514+janfaracik@users.noreply.github.com> Date: Fri, 5 Nov 2021 23:49:31 +0000 Subject: [PATCH] Update radioBlock.jelly --- core/src/main/resources/lib/form/radioBlock.jelly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/resources/lib/form/radioBlock.jelly b/core/src/main/resources/lib/form/radioBlock.jelly index fe06e8f12411..93b2853f2bea 100644 --- a/core/src/main/resources/lib/form/radioBlock.jelly +++ b/core/src/main/resources/lib/form/radioBlock.jelly @@ -62,7 +62,7 @@ THE SOFTWARE. id="${name}-${value}" name="${name}" value="${value}" - class="jenkins-radio__input" + class="jenkins-radio__input radio-block-control block-control" checked="${checked ? 'true' : null}" disabled="${readOnlyMode ? 'true' : null}" />