Skip to content

Commit

Permalink
fix: empty space-item are not been hidden (#7557)
Browse files Browse the repository at this point in the history
  • Loading branch information
lchrennew authored Jun 4, 2024
1 parent afebeb9 commit 307148e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/space/style/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const genSpaceStyle: GenerateStyle<SpaceToken> = token => {
alignItems: 'baseline',
},
},
[`${componentCls}-space-item`]: {
[`${componentCls}-item`]: {
'&:empty': {
display: 'none',
},
Expand Down

0 comments on commit 307148e

Please sign in to comment.