Skip to content

Commit

Permalink
fix: layout flexiness (#10681)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas authored Aug 26, 2020
1 parent 4251b4e commit a95e5c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions superset-frontend/src/components/Menu/SubMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ import Button, { OnClickHandler } from 'src/components/Button';

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

0 comments on commit a95e5c9

Please sign in to comment.