This is an automated email from the ASF dual-hosted git repository. yjc pushed a commit to branch home-screen-mvp in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
commit 697171718706da524585ba421da5d14073382652 Author: Evan Rusackas <[email protected]> AuthorDate: Fri Oct 9 11:55:23 2020 -0700 fixing subnav button height shift --- superset-frontend/src/components/Menu/SubMenu.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/superset-frontend/src/components/Menu/SubMenu.tsx b/superset-frontend/src/components/Menu/SubMenu.tsx index 0144a20..67bceea 100644 --- a/superset-frontend/src/components/Menu/SubMenu.tsx +++ b/superset-frontend/src/components/Menu/SubMenu.tsx @@ -58,6 +58,7 @@ const StyledHeader = styled.header` background: ${({ theme }) => theme.colors.secondary.light4}; border-bottom: none; border-radius: 4px; + margin-bottom: ${({ theme }) => theme.gridUnit * 2}px; } } .navbar-inverse {
