Revert "fix: Form.Item input-content no horizontal alignment (#49635)" (#50020)

This reverts commit 5b184d4709.
This commit is contained in:
Wanpan 2024-07-23 17:02:45 +08:00 committed by GitHub
parent 823b230d0d
commit 8a0fc4c22e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -314,7 +314,6 @@ const genFormItemStyle: GenerateStyle<FormToken> = (token) => {
'&-content': {
flex: 'auto',
maxWidth: '100%',
lineHeight: '100%',
},
},
},