mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: align submenu items (#12193)
This commit is contained in:
@@ -30,6 +30,7 @@ const StyledHeader = styled.header`
|
||||
}
|
||||
.navbar-header .navbar-brand {
|
||||
font-weight: ${({ theme }) => theme.typography.weights.bold};
|
||||
margin-right: ${({ theme }) => theme.gridUnit * 3}px;
|
||||
}
|
||||
.navbar-right {
|
||||
padding: 8px 0;
|
||||
@@ -47,6 +48,7 @@ const StyledHeader = styled.header`
|
||||
a {
|
||||
margin: 0;
|
||||
padding: ${({ theme }) => theme.gridUnit * 4}px;
|
||||
line-height: ${({ theme }) => theme.gridUnit * 5}px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user