mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: layout flexiness (#10681)
This commit is contained in:
@@ -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};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user