Skip to content

Commit

Permalink
fix: submenu margin (#38714)
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvisArt committed Nov 18, 2022
1 parent a8fc788 commit 30fb068
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions components/menu/style/vertical.tsx
Expand Up @@ -33,11 +33,6 @@ const getVerticalInlineStyle: GenerateStyle<MenuToken, CSSObject> = (token) => {
width: `calc(100% - ${itemMarginInline * 2}px)`,
},

// disable margin collapsed
[`${componentCls}-submenu`]: {
paddingBottom: 0.02,
},

[`> ${componentCls}-item,
> ${componentCls}-submenu > ${componentCls}-submenu-title`]: {
height: menuItemHeight,
Expand Down

0 comments on commit 30fb068

Please sign in to comment.