mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
style: inline mode form overlap elements on the small screen (#45340)
This commit is contained in:
parent
8cb26a6007
commit
fc5abff7d3
@ -472,7 +472,8 @@ const makeVerticalLayout = (token: FormToken): CSSObject => {
|
||||
|
||||
return {
|
||||
[`${formItemCls} ${formItemCls}-label`]: makeVerticalLayoutLabel(token),
|
||||
[componentCls]: {
|
||||
// ref: https://github.com/ant-design/ant-design/issues/45122
|
||||
[`${componentCls}:not(${componentCls}-inline)`]: {
|
||||
[formItemCls]: {
|
||||
flexWrap: 'wrap',
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user