Skip to content

Commit

Permalink
fix: SubMenu css (#10682)
Browse files Browse the repository at this point in the history
  • Loading branch information
nytai authored Aug 26, 2020
1 parent a95e5c9 commit bc0fc4e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions superset-frontend/src/components/Menu/SubMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@ import { Nav, Navbar, MenuItem } from 'react-bootstrap';
import Button, { OnClickHandler } from 'src/components/Button';

const StyledHeader = styled.header`
margin-top: -20px;
display: flex;
justify-content: space-between;
& > * {
flex-grow: 1;
}
position: relative;
top: -20px;
.navbar-header .navbar-brand {
font-weight: ${({ theme }) => theme.typography.weights.bold};
}
Expand Down

0 comments on commit bc0fc4e

Please sign in to comment.