Skip to content

Commit

Permalink
fix(form): no set maxHeight
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Dec 13, 2023
1 parent 01cce3e commit 64dc9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/form/src/layouts/LoginFormPage/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const genLoginFormStyle: GenerateStyle<LoginFormToken> = (token) => {
display: 'flex',
alignItems: 'center',
justifyContent: 'center',
height: '44px',
minHeight: '44px',
lineHeight: '44px',
a: {
textDecoration: 'none',
Expand Down

0 comments on commit 64dc9f7

Please sign in to comment.