Skip to content

Commit

Permalink
fix(layout): use logical properties and values instead margin
Browse files Browse the repository at this point in the history
close #6452
  • Loading branch information
chenshuai2144 committed Feb 8, 2023
1 parent 19ccf1c commit a3c1b31
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ const genAppsLogoComponentsStyle: GenerateStyle<AppsLogoComponentsToken> = (toke
},
},
'&-item-title': {
marginInline: '16px 0 8px 12px',
marginInlineStart: '16px',
marginInlineEnd: '8px',
marginBlockStart: 0,
marginBlockEnd: '12px',
fontWeight: 600,
color: 'rgba(0, 0, 0, 0.88)',
fontSize: 16,
Expand Down

0 comments on commit a3c1b31

Please sign in to comment.