From c3315883eb44b49c9c853b46d81763ce1d27efa7 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Tue, 21 Jan 2025 18:21:50 +0100 Subject: [PATCH] Password Input: Adjust styles for Password Icon (#5478) --- src/styles/_forms.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/_forms.scss b/src/styles/_forms.scss index 32e2fa491..9f2b16945 100644 --- a/src/styles/_forms.scss +++ b/src/styles/_forms.scss @@ -211,8 +211,8 @@ textarea.form-control { position: absolute; top: 0; right: 0; - width: 3.375rem; - height: 3.375rem; + width: 3rem; + height: 3rem; display: flex; align-items: center; justify-content: center;