Skip to content

Commit 4ba01e0

Browse files
authored
fix(ui): Password validate popover offset should be correct (#1312)
1 parent ca53c66 commit 4ba01e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/Password/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const Password: React.FC<PasswordProps> = ({
107107
// ref: https://github.com/ant-design/ant-design/issues/5899
108108
// @ts-ignore
109109
popupAlign={{
110-
offset: [48, 0],
110+
offset: [16, 0],
111111
}}
112112
content={
113113
<Content

0 commit comments

Comments
 (0)