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 5a8f9fb commit 450a823Copy full SHA for 450a823
packages/layout/src/components/SiderMenu/style/menu.ts
@@ -80,7 +80,7 @@ const genProLayoutBaseMenuStyle: GenerateStyle<ProLayoutBaseMenuToken> = (
80
width: '16px',
81
lineHeight: '16px !important',
82
'.anticon': {
83
- lineHeight: '16px',
+ lineHeight: '16px !important',
84
height: '16px',
85
},
86
@@ -104,7 +104,7 @@ const genProLayoutBaseMenuStyle: GenerateStyle<ProLayoutBaseMenuToken> = (
104
105
106
107
+ lineHeight: '16px!important',
108
109
110
0 commit comments