From d2dca2a9fc1770c5b83aea3b137cde021298740e Mon Sep 17 00:00:00 2001 From: venbaittech Date: Tue, 11 Mar 2025 16:38:53 +0530 Subject: [PATCH] forgot password changes --- pb_public/confirm_password_reset.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pb_public/confirm_password_reset.html b/pb_public/confirm_password_reset.html index 4438be8..4c1e77d 100644 --- a/pb_public/confirm_password_reset.html +++ b/pb_public/confirm_password_reset.html @@ -92,11 +92,11 @@ .error-message { color: red; - font-size: 14px; + font-size: 14px; position: absolute; top: 100%; /* Position below input */ left: 0; - white-space: nowrap; + white-space: normal; margin-top: 4px; }