From 18664975a9b07384d3952cc557dd10e946c9dc52 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Sat, 26 Apr 2025 07:33:32 -0700 Subject: [PATCH] Padding on encrypted input --- src-web/components/core/Input.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src-web/components/core/Input.tsx b/src-web/components/core/Input.tsx index 3fc0d418..1f33eaa8 100644 --- a/src-web/components/core/Input.tsx +++ b/src-web/components/core/Input.tsx @@ -457,6 +457,7 @@ function EncryptionInput({ tint={tint} type={type} rightSlot={rightSlot} + className="pr-1.5" // To account for encryption dropdown {...props} /> );