From e3b2fd8c8d7bb54af7fa26fcc2a39f477abc0b20 Mon Sep 17 00:00:00 2001 From: tanjiro <56165694+NANDINI-star@users.noreply.github.com> Date: Sun, 13 Jul 2025 01:08:09 +0900 Subject: [PATCH] remove margin bottom css (#12538) --- litellm/proxy/common_utils/html_forms/ui_login.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/proxy/common_utils/html_forms/ui_login.py b/litellm/proxy/common_utils/html_forms/ui_login.py index 5b95b280f2..5820f2b042 100644 --- a/litellm/proxy/common_utils/html_forms/ui_login.py +++ b/litellm/proxy/common_utils/html_forms/ui_login.py @@ -131,7 +131,6 @@ html_form = f""" .toggle-password input[type="checkbox"] {{ margin-right: 8px; - margin-bottom: 0; vertical-align: middle; width: 16px; height: 16px;