Skip to content

Commit

Permalink
fix(layout): fix menu item no aligen error
Browse files Browse the repository at this point in the history
close #7471
  • Loading branch information
chenshuai2144 committed Aug 4, 2023
1 parent 5a8f9fb commit 450a823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/layout/src/components/SiderMenu/style/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const genProLayoutBaseMenuStyle: GenerateStyle<ProLayoutBaseMenuToken> = (
width: '16px',
lineHeight: '16px !important',
'.anticon': {
lineHeight: '16px',
lineHeight: '16px !important',
height: '16px',
},
},
Expand All @@ -104,7 +104,7 @@ const genProLayoutBaseMenuStyle: GenerateStyle<ProLayoutBaseMenuToken> = (
width: '16px',
lineHeight: '16px !important',
'.anticon': {
lineHeight: '16px',
lineHeight: '16px!important',
height: '16px',
},
},
Expand Down

0 comments on commit 450a823

Please sign in to comment.