From afe8c856e21ab7b5f5e4b2589d34ced2bf6b88e6 Mon Sep 17 00:00:00 2001 From: shuki Date: Wed, 4 Mar 2026 04:13:08 +0200 Subject: [PATCH] Fix vertical offset on radio button join groups in remotes form Co-Authored-By: Claude Opus 4.6 --- whm/gniza-whm/remotes.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/whm/gniza-whm/remotes.cgi b/whm/gniza-whm/remotes.cgi index 84608e6..6722ad6 100644 --- a/whm/gniza-whm/remotes.cgi +++ b/whm/gniza-whm/remotes.cgi @@ -522,7 +522,7 @@ sub render_remote_form { print qq{
\n}; print qq{ \n}; - print qq{
\n}; + print qq{
\n}; print qq{ \n}; print qq{ \n}; print qq{ \n}; @@ -557,7 +557,7 @@ sub render_remote_form { # Auth method toggle print qq{
\n}; print qq{ \n}; - print qq{
\n}; + print qq{
\n}; print qq{ \n}; print qq{ \n}; print qq{
\n};