Skip to content

Commit

Permalink
update components/space/style/index.tsx, change flex-baseline to base…
Browse files Browse the repository at this point in the history
…line (#39748)
  • Loading branch information
candy4290 committed Dec 23, 2022
1 parent b91bab0 commit 70115e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/space/style/index.tsx
Expand Up @@ -35,7 +35,7 @@ const genSpaceStyle: GenerateStyle<SpaceToken> = (token) => {
alignItems: 'flex-end',
},
'&-baseline': {
alignItems: 'flex-baseline',
alignItems: 'baseline',
},
},
[`${componentCls}-space-item`]: {
Expand Down

0 comments on commit 70115e7

Please sign in to comment.