Skip to content

Commit

Permalink
Update superset-frontend/src/common/components/index.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
  • Loading branch information
pkdotson and michael-s-molina committed May 17, 2021
1 parent f1c626c commit 9391f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/common/components/index.tsx
Expand Up @@ -162,7 +162,7 @@ export const StyledSubMenu = styled(AntdMenu.SubMenu)`
}
.ant-menu-submenu-title {
position: relative;
top: ${({ theme }) => theme.gridUnit * -1 - 3}px;
top: ${({ theme }) => -theme.gridUnit - 3}px;
&:after {
content: '';
position: absolute;
Expand Down

0 comments on commit 9391f23

Please sign in to comment.