mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
fix: rm useless form inline style (#44360)
This commit is contained in:
parent
24d055ed57
commit
f5fcb7010d
@ -362,10 +362,6 @@ const genInlineStyle: GenerateStyle<FormToken> = (token) => {
|
||||
flexWrap: 'nowrap',
|
||||
},
|
||||
|
||||
'&-with-help': {
|
||||
marginBottom: token.marginLG,
|
||||
},
|
||||
|
||||
[`> ${formItemCls}-label,
|
||||
> ${formItemCls}-control`]: {
|
||||
display: 'inline-block',
|
||||
|
Loading…
Reference in New Issue
Block a user