mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
fix: SubMenu css (#10682)
This commit is contained in:
@@ -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};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user