Skip to content

Commit

Permalink
[APM] Add missing bottom border to header (elastic#93179)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
2 people authored and Casper Hübertz committed Mar 3, 2021
1 parent df76ebc commit 2727352
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { EnvironmentFilter } from '../EnvironmentFilter';
const HeaderFlexGroup = euiStyled(EuiFlexGroup)`
padding: ${({ theme }) => theme.eui.gutterTypes.gutterMedium};
background: ${({ theme }) => theme.eui.euiColorEmptyShade};
border-bottom: ${({ theme }) => theme.eui.euiBorderThin};
`;

export function ApmHeader({ children }: { children: ReactNode }) {
Expand Down

0 comments on commit 2727352

Please sign in to comment.