We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afebeb9 commit 307148eCopy full SHA for 307148e
components/space/style/index.tsx
@@ -38,7 +38,7 @@ const genSpaceStyle: GenerateStyle<SpaceToken> = token => {
38
alignItems: 'baseline',
39
},
40
41
- [`${componentCls}-space-item`]: {
+ [`${componentCls}-item`]: {
42
'&:empty': {
43
display: 'none',
44
0 commit comments