Skip to content

Commit

Permalink
fix(layout): replace marginTop to marigin-block-start
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Jan 10, 2023
1 parent 6c4744e commit 5d0f58f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const genAppsLogoComponentsStyle: GenerateStyle<AppsLogoComponentsToken> = (toke
opacity: 0.85,
lineHeight: 1.5,
'&:first-child': {
marginTop: 12,
marginBlockStart: 12,
},
},
'&-popover': {
Expand Down

0 comments on commit 5d0f58f

Please sign in to comment.