mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
fix: Form.Item input-content no horizontal alignment (#49635)
* fix: Form.Item input-content no horizontal alignment * fix: update --------- Co-authored-by: afc163 <afc163@gmail.com>
This commit is contained in:
parent
fc09ac8e70
commit
5b184d4709
@ -314,6 +314,7 @@ const genFormItemStyle: GenerateStyle<FormToken> = (token) => {
|
||||
'&-content': {
|
||||
flex: 'auto',
|
||||
maxWidth: '100%',
|
||||
lineHeight: '100%',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user