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} /> );